updated CHANGELOG

This commit is contained in:
Fabien Potencier
2015-07-28 16:13:53 +02:00
parent b1b4e59f5b
commit 4f097f272f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
* 2.0.0 (201X-XX-XX)
* made the loader a required argument of Twig_Environment constructor
* removed Twig_Environment::clearTemplateCache()
* removed Twig_Autoloader (use Composer instead)
* removed `true` as an equivalent to `html` for the auto-escaping strategy
+1 -1
View File
@@ -103,7 +103,7 @@ syntax. But for specific projects, it can make sense to change the defaults.
To change the block delimiters, you need to create your own lexer object::
$twig = new Twig_Environment();
$twig = new Twig_Environment(...);
$lexer = new Twig_Lexer($twig, array(
'tag_comment' => array('{#', '#}'),