From: fabien Date: Wed, 2 Dec 2009 21:42:10 +0000 (+0000) Subject: added support for DateTime instances for the date filter (closes #41) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=07ca8a79beddd8ff7c3c85e013b89881a6323b34;p=konrad%2Ftwig.git 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 --- 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