updated CHANGELOG and bumped version to 0.9.8
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Jun 2010 19:43:41 +0000 (21:43 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Jun 2010 19:43:41 +0000 (21:43 +0200)
CHANGELOG
lib/Twig/Environment.php

index 0ea5679..4b63c14 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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:
index 9945b57..f3abc12 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.8-DEV';
+    const VERSION = '0.9.8';
 
     protected $charset;
     protected $loader;