Fixed 'is' operator in CHANGELOG
authorJohnson Page <jwpage@gmail.com>
Mon, 16 Aug 2010 02:17:36 +0000 (12:17 +1000)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 17 Aug 2010 05:31:53 +0000 (07:31 +0200)
CHANGELOG

index 30cea44..589d2e7 100644 (file)
--- 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)