From e9b041f9113fd46b63eb94ca3fbf4a9f9b07f77f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 6 Sep 2011 09:15:46 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eda9d28..e2e8468 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ * 1.2.0 + * added support for empty Countable objects for the "empty" test * fixed algorithm that determines if a template using inheritance is valid (no output between block definitions) * added better support for encoding problems when escaping a string (available as of PHP 5.4) * added a way to ignore a missing template when using the "include" tag ({% include "foo" ignore missing %}) -- 1.7.2.5