added Twig_Loader_Chain

This commit is contained in:
Fabien Potencier
2011-08-24 12:56:57 +02:00
parent ae08b28787
commit 517c233679
3 changed files with 164 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
* 1.2.0
* added Twig_Loader_Chain
* added Twig_Loader_Array::setTemplate()
* added an optimization for the set tag when used to capture a large chunk of static text
* changed name regex to match PHP one "[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" (works for blocks, tags, functions, filters, and macros)