updated CHANGELOG
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 18 Feb 2012 09:35:52 +0000 (10:35 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 18 Feb 2012 09:35:52 +0000 (10:35 +0100)
CHANGELOG

index 34af8c9..0b69230 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
 * 1.7.0-DEV
 
+ * removed hardcoded optimization in Twig_Expression_Node_Name as it is already covered by the Optimizer
  * removed the creation of Twig_Markup instances when not needed
  * added a way to set the default global timezone for dates
  * fixed the slice filter on strings when the length is not specified