mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 21:07:18 +00:00
updated CHANGELOG
This commit is contained in:
@@ -14,6 +14,7 @@ Backward incompatibilities:
|
||||
* moved Exceptions to Twig_Error_* (Twig_SyntaxError/Twig_RuntimeError are now Twig_Error_Syntax/Twig_Error_Runtime)
|
||||
* removed support for {{ 1 < i < 3 }} (use {{ i > 1 and i < 3 }} instead)
|
||||
|
||||
Changes:
|
||||
* fixed sandbox mode (__toString() method check was not enforced if called implicitly from complex statements)
|
||||
* added the ** (power) operator
|
||||
* changed the algorithm used for parsing expressions
|
||||
|
||||
Reference in New Issue
Block a user