From 07ca8a79beddd8ff7c3c85e013b89881a6323b34 Mon Sep 17 00:00:00 2001 From: fabien Date: Wed, 2 Dec 2009 21:42:10 +0000 Subject: [PATCH] added support for DateTime instances for the date filter (closes #41) git-svn-id: http://svn.twig-project.org/trunk@151 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- CHANGELOG | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f114ba1..9f19d8f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ If you have custom loaders, you MUST upgrade them for this release: The Twig_Loader base class has been removed, and the Twig_LoaderInterface has also been changed (see the source code for more information or the documentation). + * added support for DateTime instances for the date filter * fixed loop.last when the array only has one item * made it possible to insert newlines in tag and variable blocks * fixed a bug when a literal '\n' were present in a template text -- 1.7.2.5