From da5902593ff98abb49e6867fcf26f0023c977c33 Mon Sep 17 00:00:00 2001 From: fabien Date: Wed, 6 Jan 2010 15:05:14 +0000 Subject: [PATCH] - git-svn-id: http://svn.twig-project.org/trunk@212 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- CHANGELOG | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 235831b..f7f619d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,8 +12,9 @@ environment constant by the "needs_environment" option: 'even' => new Twig_Filter_Function('twig_is_even_filter'), 'escape' => new Twig_Filter_Function('twig_escape_filter', array('needs_environment' => true)), -If you have used the undocumented NodeTransformer classes, you will need to -upgrade to the new interface (please not that the interface is not yet stable). +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). * refactored node transformers to node visitors * fixed automatic-escaping for blocks -- 1.7.2.5