From 84bf02bbc266616ad8bc3a2acd92eb6586255f8f Mon Sep 17 00:00:00 2001 From: fabien Date: Fri, 8 Jan 2010 15:20:34 +0000 Subject: [PATCH] updated CHANGELOG git-svn-id: http://svn.twig-project.org/trunk@220 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- CHANGELOG | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ad19699..6227d3c 100644 --- 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 -- 1.7.2.5