From 7fc7180c29d4ed52d299ca8f671fb5bd2ca2c08b Mon Sep 17 00:00:00 2001 From: Johnson Page Date: Mon, 16 Aug 2010 12:17:36 +1000 Subject: [PATCH] Fixed 'is' operator in CHANGELOG --- CHANGELOG | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 30cea44..589d2e7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ Backward incompatibilities: * the self special variable has been renamed to _self * the odd and even filters are now tests: - {{ foo|odd }} must now be written {{ foo is(odd) }} + {{ foo|odd }} must now be written {{ foo is odd }} * added a "trans" filter * added "test" feature (accessible via the "is" operator) -- 1.7.2.5