From 16e4c078654b434fa779de5ceff61b0a7f858a18 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 13 Dec 2010 18:40:51 +0100 Subject: [PATCH] added a note about how to turn off autoescaping --- CHANGELOG | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6f49c2d..d7efa1e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,8 @@ Backward incompatibilities: * The Escaper extension is enabled by default, which means that all displayed variables are now automatically escaped. You can revert to the previous - behavior by removing the extension via $env->removeExtension('escaper'). + behavior by removing the extension via $env->removeExtension('escaper') + or just set the 'autoescape' option to 'false'. * removed the "without loop" attribute for the "for" tag (not needed anymore as the Optimizer take care of that for most cases) -- 1.7.2.5