updated CHANGELOG
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 26 Nov 2010 21:17:32 +0000 (22:17 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 26 Nov 2010 21:17:32 +0000 (22:17 +0100)
CHANGELOG

index 24f70d6..78bc061 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)
 
+ * 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
  * added the spaceless tag