updated CHANGELOG
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 11 Apr 2012 14:52:26 +0000 (16:52 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 11 Apr 2012 14:52:26 +0000 (16:52 +0200)
CHANGELOG

index b59e0dd..b7c6694 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,11 +2,14 @@
 
  * enhanced error reporting when the template file is an instance of SplFileInfo
  * added Twig_Environment::mergeGlobals()
- * fixed a regression when a template only extends another one without defining any blocks
  * added compilation checks to avoid misuses of the sandbox tag
  * fixed filesystem loader freshness logic for high traffic websites
  * fixed random function when charset is null
 
+* 1.6.5 (2012-04-11)
+
+ * fixed a regression when a template only extends another one without defining any blocks
+
 * 1.6.4 (2012-04-02)
 
  * fixed PHP notice in Twig_Error::guessTemplateLine() introduced in 1.6.3