optimized variable access when using PHP 5.4

This commit is contained in:
Fabien Potencier
2011-11-18 21:54:44 +01:00
parent 8ac3603a8b
commit 1b32617b97
10 changed files with 56 additions and 30 deletions
+1
View File
@@ -1,5 +1,6 @@
* 1.4.0
* optimized variable access when using PHP 5.4
* changed the precedence of the .. operator to be more consistent with languages that implements such a feature like Ruby
* added an Exception to Twig_Loader_Array::isFresh() method when the template does not exist to be consistent with other loaders
* added Twig_Function_Node to allow more complex functions to have their own Node class