From: Fabien Potencier Date: Thu, 6 Jun 2013 06:02:21 +0000 (+0200) Subject: updated the CHANGELOG with missing items X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=11fdec5664a7cb6bf4242abdb791cf2db094dbe3;p=web%2Fkonrad%2Ftwig.git updated the CHANGELOG with missing items --- diff --git a/CHANGELOG b/CHANGELOG index 1bd4a98..2cdbeb1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ * 1.13.1 (2013-XX-XX) + * added the possibility to ignore the filesystem constructor argument in Twig_Loader_Filesystem + * fixed Twig_Loader_Chain::exists() for a loader which implements Twig_ExistsLoaderInterface + * adjusted backtrace call to reduce memory usage when an error occurs * added support for object instances as the second argument of the constant test * fixed the include function when used in an assignment