updated CHANGELOG

This commit is contained in:
Fabien Potencier
2010-11-27 09:40:12 +01:00
parent c9e5a63c4b
commit 18aaf36c5b
+1
View File
@@ -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