From: Johnson Page Date: Mon, 16 Aug 2010 02:17:36 +0000 (+1000) Subject: Fixed 'is' operator in CHANGELOG X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=7fc7180c29d4ed52d299ca8f671fb5bd2ca2c08b;p=konrad%2Ftwig.git Fixed 'is' operator in CHANGELOG --- 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)