From: Fabien Potencier Date: Fri, 3 Dec 2010 05:56:36 +0000 (+0100) Subject: added missing info in CHANGELOG for 0.9.9 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=3027568bbb5bbaf4c810f27c910077b594f95568;p=konrad%2Ftwig.git added missing info in CHANGELOG for 0.9.9 --- diff --git a/CHANGELOG b/CHANGELOG index d1e2933..cfbca2c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,6 +30,7 @@ Backward incompatibilities: (the old behavior is still possible by adding the "only" keyword) * 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) + * the "in" filter has been removed ({{ a|in(b) }} should now be written {{ a in b }}) Changes: * added file and line to Twig_Error_Runtime exceptions thrown from Twig_Template