mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
updated CHANGELOG
This commit is contained in:
@@ -12,6 +12,7 @@ Backward incompatibilities:
|
||||
* the include tag now merges the passed variables with the current context by default
|
||||
(the old behavior is still possible by adding the "only" keyword)
|
||||
|
||||
* fixed unary expressions ({{ not(1 or 0) }})
|
||||
* fixed child templates (with an extend tag) that uses one or more imports
|
||||
* added support for {{ 1 not in [2, 3] }} (more readable than the current {{ not (1 in [2, 3]) }})
|
||||
* escaping has been rewritten (from pre-escaping to post-escaping)
|
||||
|
||||
Reference in New Issue
Block a user