From dc3e1cb62c5a21fd3e4e8e0fe7d89a5607efbfd5 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 2 Dec 2010 16:40:55 +0100 Subject: [PATCH] added a note in the CHANGELOG about how to remove the escaper extension --- CHANGELOG | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8ce0ffd..d1e2933 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -- 1.7.2.5