updated CHANGELOG and bumped version to 0.9.8

This commit is contained in:
Fabien Potencier
2010-06-28 21:43:41 +02:00
parent 2c1eb31021
commit 6886b2ca0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 0.9.8
* 0.9.8 (2010-06-28)
Backward incompatibilities:
* the trans tag plural count is now attached to the plural tag:
+1 -1
View File
@@ -11,7 +11,7 @@
class Twig_Environment
{
const VERSION = '0.9.8-DEV';
const VERSION = '0.9.8';
protected $charset;
protected $loader;