From 2f106a80cc13b4260074e573fa017a770fe20350 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 27 Mar 2011 21:17:16 +0200 Subject: [PATCH] fixed CHANGELOG --- CHANGELOG | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 879d297..783d9df 100644 --- 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 > -- 1.7.2.5