updated CHANGELOG and bumped version to 0.9.6

This commit is contained in:
Fabien Potencier
2010-05-12 12:05:37 +02:00
parent 2e1b12bcce
commit 2ea01af065
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 0.9.6-DEV
* 0.9.6 (2010-05-12)
* fixed variables defined outside a loop and for which the value changes in a for loop
* fixed the test suite for PHP 5.2 and older versions of PHPUnit
+1 -1
View File
@@ -11,7 +11,7 @@
class Twig_Environment
{
const VERSION = '0.9.6-DEV';
const VERSION = '0.9.6';
protected $charset;
protected $loader;