From: Fabien Potencier Date: Sun, 7 Nov 2010 09:04:07 +0000 (+0100) Subject: updated CHANGELOG X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6c40f9334fd7c968be1c13e7d9f8e275af5f0873;p=web%2Fkonrad%2Ftwig.git updated CHANGELOG --- 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