From: fabien Date: Thu, 29 Oct 2009 19:55:02 +0000 (+0000) Subject: updated CHANGELOG for 0.9.2 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a9397b6495e6ac365151c6db9d52a35a4f067961;p=konrad%2Ftwig.git updated CHANGELOG for 0.9.2 git-svn-id: http://svn.twig-project.org/trunk@105 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- diff --git a/CHANGELOG b/CHANGELOG index 6ade7f7..0744d31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ -* 0.9.2-DEV +* 0.9.2 (2009-10-29) + * made some speed optimizations + * changed the cache extension to .php + * added a js escaping strategy + * added support for short block tag + * changed the filter tag to allow chained filters + * made lexer more flexible as you can now change the default delimiters + * added set tag + * changed default directory permission when cache dir does not exist (more secure) * added macro support * changed filters first optional argument to be a Twig_Environment instance instead of a Twig_Template instance * made Twig_Autoloader::autoload() a static method