From a1c33ec0d3dd3927d6e5c87c533d8d882cb4f658 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 21 Feb 2011 16:04:18 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b2751c3..6217c76 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,13 @@ -* 1.0.0-RC2 +* 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 > + * fixes an infinite loop on some Windows configurations * fixed the "length" filter for numbers + * fixed Template::getAttribute() as properties in PHP are case sensitive * removed coupling between Twig_Node and Twig_Template * fixed the ternary operator precedence rule -- 1.7.2.5