... | ... |
@@ -1,5 +1,8 @@ |
1 | 1 |
* 1.13.1 (2013-XX-XX) |
2 | 2 |
|
3 |
+ * added the possibility to ignore the filesystem constructor argument in Twig_Loader_Filesystem |
|
4 |
+ * fixed Twig_Loader_Chain::exists() for a loader which implements Twig_ExistsLoaderInterface |
|
5 |
+ * adjusted backtrace call to reduce memory usage when an error occurs |
|
3 | 6 |
* added support for object instances as the second argument of the constant test |
4 | 7 |
* fixed the include function when used in an assignment |
5 | 8 |
|