projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8fb0052
)
fixed CHANGELOG
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 27 Mar 2011 19:17:16 +0000 (21:17 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 27 Mar 2011 19:17:16 +0000 (21:17 +0200)
CHANGELOG
patch
|
blob
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index
879d297
..
783d9df
100644
(file)
--- a/
CHANGELOG
+++ b/
CHANGELOG
@@
-1,10
+1,15
@@
-* 1.0.0-RC2 (2011-02-21)
+* 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 >