updated CHANGELOG
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Fri, 8 Jan 2010 15:20:34 +0000 (15:20 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Fri, 8 Jan 2010 15:20:34 +0000 (15:20 +0000)
git-svn-id: http://svn.twig-project.org/trunk@220 93ef8e89-cb99-4229-a87c-7fa0fa45744b

CHANGELOG

index ad19699..6227d3c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,7 @@ If you have created NodeTransformer classes, you will need to upgrade them to
 the new interface (please note that the interface is not yet considered
 stable).
 
+ * fixed list nodes that did not extend the Twig_NodeListInterface
  * added the "without loop" option to the for tag (it disables the generation of the loop variable)
  * refactored node transformers to node visitors
  * fixed automatic-escaping for blocks