projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
60158e1
)
updated CHANGELOG
author
fabien
<fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sun, 8 Nov 2009 08:22:44 +0000 (08:22 +0000)
committer
fabien
<fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Sun, 8 Nov 2009 08:22:44 +0000 (08:22 +0000)
git-svn-id: http://svn.twig-project.org/trunk@121
93ef8e89
-cb99-4229-a87c-
7fa0fa45744b
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index
c6e86ce
..
a9cc061
100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-1,5
+1,11
@@
* 0.9.3-DEV
+ * made major speed improvements for loops (up to 300% on even the smallest loops)
+ * added properties as part of the sandbox mode
+ * added public properties support (obj.item can now be the item property on the obj object)
+ * extended set tag to support expression as value ({% set foo as 'foo' ~ 'bar' %} )
+ * fixed bug when \ was used in HTML
+
* 0.9.2 (2009-10-29)
* made some speed optimizations