From f34e374bb6002dad908409a7f57ef6e2d54d908f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 7 Nov 2010 21:45:11 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fe2b37d..b9ceffd 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) + * 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]) }}) * escaping has been rewritten (from pre-escaping to post-escaping) -- 1.7.2.5