Merge branch '1.x' into 2.x

* 1.x:
  bumped version to 1.34.1-DEV
  prepared the 1.34.0 release
  [Doc] Fixed documentation about 'Definition vs Runtime'
This commit is contained in:
Fabien Potencier
2017-06-05 10:18:54 -07:00
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -1,5 +1,6 @@
* 2.4.0 (2017-XX-XX)
* dropped HHVM support
* added namespaced aliases for all (non-deprecated) classes and interfaces
* marked Twig_Filter, Twig_Function, Twig_Test, Twig_Node_Module and Twig_Profiler_Profile as final via the @final annotation
@@ -52,7 +53,11 @@
* improved the performance of the filesystem loader
* removed features that were deprecated in 1.x
* 1.34.0 (2017-XX-XX)
* 1.34.1 (2017-XX-XX)
* n/a
* 1.34.0 (2017-06-05)
* added namespaced aliases for all (non-deprecated) classes and interfaces
* dropped HHVM support
+1 -1
View File
@@ -793,7 +793,7 @@ classes must be autoload-able)::
It is now possible to move the runtime logic to a new
``Project_Twig_RuntimeExtension`` class and use it directly in the extension::
class Project_Twig_RuntimeExtension extends Twig_Extension
class Project_Twig_RuntimeExtension
{
private $rot13Provider;