mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
Fixed 'is' operator in CHANGELOG
This commit is contained in:
committed by
Fabien Potencier
parent
6193ab1c9c
commit
7fc7180c29
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user