From 6c40f9334fd7c968be1c13e7d9f8e275af5f0873 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 7 Nov 2010 10:04:07 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7fd14fa..9c2f7e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,7 @@ Backward incompatibilities: * the include tag now merges the passed variables with the current context by default (the old behavior is still possible by adding the "only" keyword) + * escaping has been rewritten (from pre-escaping to post-escaping) * the implementation of template inheritance has been rewritten (blocks can now be called individually and still work with inheritance) * fixed error handling for if tag when a syntax error occurs within a subparse process @@ -25,7 +26,6 @@ Backward incompatibilities: * removed the debug tag (should be done in an extension) * fixed trans tag when no vars are used in plural form * fixed race condition when writing template cache - * fixed inheritance * added the special _context variable to reference the current context * renamed self to _self (to avoid conflict) * fixed Twig_Template::getAttribute() for protected properties -- 1.7.2.5