updated CHANGELOG for 0.9.2
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Thu, 29 Oct 2009 19:55:02 +0000 (19:55 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Thu, 29 Oct 2009 19:55:02 +0000 (19:55 +0000)
git-svn-id: http://svn.twig-project.org/trunk@105 93ef8e89-cb99-4229-a87c-7fa0fa45744b

CHANGELOG

index 6ade7f7..0744d31 100644 (file)
--- 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