From fe6b26c5d08919d23cef4550072186acacbed999 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 7 May 2012 10:53:05 +0200 Subject: [PATCH] [TwigBundle] updated CHANGELOG --- src/Symfony/Bundle/TwigBundle/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Bundle/TwigBundle/CHANGELOG.md b/src/Symfony/Bundle/TwigBundle/CHANGELOG.md index a5617e618f..0da6ea205b 100644 --- a/src/Symfony/Bundle/TwigBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/TwigBundle/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG 2.1.0 ----- + * added contextual escaping based on the template file name (disabled if you explicitly pass an autoescape option) * added a command that extracts translation messages from templates * added the real template name when an error occurs in a Twig template * added the twig:lint command that will validate a Twig template syntax.