* 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)