Fixed 'is' operator in CHANGELOG

This commit is contained in:
Johnson Page
2010-08-16 12:17:36 +10:00
committed by Fabien Potencier
parent 6193ab1c9c
commit 7fc7180c29
+1 -1
View File
@@ -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)