git-svn-id: http://svn.twig-project.org/trunk@220 93ef8e89-cb99-4229-a87c-7fa0fa45744b
... | ... |
@@ -16,6 +16,7 @@ If you have created NodeTransformer classes, you will need to upgrade them to |
16 | 16 |
the new interface (please note that the interface is not yet considered |
17 | 17 |
stable). |
18 | 18 |
|
19 |
+ * fixed list nodes that did not extend the Twig_NodeListInterface |
|
19 | 20 |
* added the "without loop" option to the for tag (it disables the generation of the loop variable) |
20 | 21 |
* refactored node transformers to node visitors |
21 | 22 |
* fixed automatic-escaping for blocks |