From 276a3804c5cbe57509ddd5388009cc322544ed63 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 10 May 2010 19:33:30 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 34ddfa1..4cd52f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ * 0.9.6-DEV + * fixed the test suite for PHP 5.2 and older versions of PHPUnit * added support for __call() in expression resolution * fixed node visiting for macros (macros are now visited by visitors as any other node) * fixed nested block definitions with a parent call (rarely useful but nonetheless supported now) -- 1.7.2.5