From: Fabien Potencier Date: Sun, 7 Nov 2010 21:20:58 +0000 (+0100) Subject: updated CHANGELOG X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2a2d17b6a5e694a2f8b3727333329878c07b5096;p=web%2Fkonrad%2Ftwig.git updated CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index b9ceffd..9f2e73b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,7 +11,9 @@ Backward incompatibilities: * the urlencode filter had been renamed to url_encode * 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) + * Moved Exceptions to Twig_Error_* (Twig_SyntaxError/Twig_RuntimeError are now Twig_Error_Syntax/Twig_Error_Runtime) + * changed all exceptions to extend Twig_Error * fixed unary expressions ({{ not(1 or 0) }}) * fixed child templates (with an extend tag) that uses one or more imports * added support for {{ 1 not in [2, 3] }} (more readable than the current {{ not (1 in [2, 3]) }})