updated the CHANGELOG
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Wed, 14 Oct 2009 08:38:45 +0000 (08:38 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Wed, 14 Oct 2009 08:38:45 +0000 (08:38 +0000)
git-svn-id: http://svn.twig-project.org/trunk@48 93ef8e89-cb99-4229-a87c-7fa0fa45744b

CHANGELOG

index 2510ed4..c5bd651 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,11 @@
-2009-10-12: 0.9.0
+* 0.9.1-DEV
+
+  * fixed a bug in PHP 5.2.6
+  * fixed numbers with one than one decimal
+  * added support for method calls with arguments ({{ foo.bar('a', 43) }})
+  * made small speed optimizations
+  * made minor tweaks to allow better extensibility and flexibility
+
+* 0.9.0 (2009-10-12)
+
  * Initial release