added some information about Twig_Template::getContext() and made it final

This commit is contained in:
Fabien Potencier
2012-02-19 11:09:47 +01:00
parent 229239a0b0
commit 2fb20cdf77
3 changed files with 12 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
* 1.7.0-DEV
* removed hardcoded optimization in Twig_Expression_Node_Name as it is already covered by the Optimizer
* removed the creation of Twig_Markup instances when not needed
* added a way to set the default global timezone for dates
* fixed the slice filter on strings when the length is not specified