From: Fabien Potencier Date: Mon, 25 Jul 2011 16:46:01 +0000 (+0200) Subject: simplified CHANGELOG X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=53eca627a64f04875dadf4304c64c7e18253a6a9;p=konrad%2Ftwig.git simplified CHANGELOG --- diff --git a/CHANGELOG b/CHANGELOG index d3ec695..969b409 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,36 +1,26 @@ * 1.1.2 -Changes: - * fixed output when a macro throws an exception * fixed a parsing problem when a large chunk of text is enclosed in a comment tag * added PHPDoc for all Token parsers and Core extension functions * 1.1.1 (2011-07-17) -Changes: - * added a performance optimization in the Optimizer (also helps to lower the number of nested level calls) * made some performance improvement for some edge cases * 1.1.0 (2011-06-28) -Changes: - * fixed json_encode filter * 1.1.0-RC3 (2011-06-24) -Changes: - * fixed method case-sensitivity when using the sandbox mode * added timezone support for the date filter * fixed possible security problems with NUL bytes * 1.1.0-RC2 (2011-06-16) -Changes: - * added an exception when the template passed to "use" is not a string * made 'a.b is defined' not throw an exception if a is not defined (in strict mode) * added {% line \d+ %} directive @@ -39,8 +29,6 @@ Changes: Flush your cache after upgrading. -Changes: - * fixed date filter when using a timestamp * fixed the defined test for some cases * fixed a parsing problem when a large chunk of text is enclosed in a raw tag @@ -53,16 +41,12 @@ Changes: * 1.0.0 (2011-03-27) -Changes: - * fixed output when using mbstring * fixed duplicate call of methods when using the sandbox * made the charset configurable for the escape filter * 1.0.0-RC2 (2011-02-21) -Changes: - * changed the way {% set %} works when capturing (the content is now marked as safe) * added support for macro name in the endmacro tag * make Twig_Error compatible with PHP 5.3.0 >