changed the precedence of the .. operator

This commit is contained in:
Fabien Potencier
2011-11-05 08:30:08 +01:00
parent ace74cc6a0
commit 10c799fd90
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
* 1.4.0
* 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
* added Twig_Filter_Node to allow more complex filters to have their own Node class