merged branch fabpot/complex-template_from_string (PR #1154)
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 4 Aug 2013 13:01:42 +0000 (15:01 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 4 Aug 2013 13:01:42 +0000 (15:01 +0200)
This PR was merged into the master branch.

Discussion
----------

fixed template_from_string when the template includes or extends other ones

This should fix #1134

Commits
-------

1b5bf91 fixed template_from_string when the template includes or extends other ones

1  2 
CHANGELOG

diff --cc CHANGELOG
+++ b/CHANGELOG
@@@ -1,8 -1,6 +1,9 @@@
  * 1.14.0 (2013-XX-XX)
  
+  * fixed template_from_string when the template includes or extends other ones
 + * improved the performance of the filesystem loader
 + * fixed a crash of the C extension on an edge case
 + * fixed the filesystem loader cache when a template name exists in several namespaces
   * added support for calling macros defined in a template without importing them first
   * added support for named arguments for macros
   * replaced a PHP fatal error with an exception when  a macro does not exist