From: Fabien Potencier Date: Mon, 13 Dec 2010 17:40:51 +0000 (+0100) Subject: added a note about how to turn off autoescaping X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=16e4c078654b434fa779de5ceff61b0a7f858a18;p=web%2Fkonrad%2Ftwig.git added a note about how to turn off autoescaping --- 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)