mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
added a note in the CHANGELOG about how to remove the escaper extension
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
* 0.9.10
|
||||
|
||||
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').
|
||||
|
||||
Changes:
|
||||
|
||||
* added a syntax error exception when parent block is used on a template that does not extend another one
|
||||
* made the Escaper and Optimizer extensions enabled by default
|
||||
* fixed sandbox extension when used with auto output escaping
|
||||
|
||||
Reference in New Issue
Block a user