updated the CHANGELOG with missing items
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 6 Jun 2013 06:02:21 +0000 (08:02 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 6 Jun 2013 06:02:21 +0000 (08:02 +0200)
CHANGELOG

index 1bd4a98..2cdbeb1 100644 (file)
--- 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