added a note about how to turn off autoescaping
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 13 Dec 2010 17:40:51 +0000 (18:40 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 13 Dec 2010 17:40:51 +0000 (18:40 +0100)
CHANGELOG

index 6f49c2d..d7efa1e 100644 (file)
--- 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)