added two interfaces: Twig_NodeInterface and Twig_TokenParserInterface

This commit is contained in:
Fabien Potencier
2010-05-26 07:49:34 +02:00
parent d4534e8419
commit 6d39e22499
17 changed files with 74 additions and 36 deletions
+1
View File
@@ -3,6 +3,7 @@
Backward incompatibilities:
* The short notation of the `block` tag changed.
* added two interfaces: Twig_NodeInterface and Twig_TokenParserInterface
* changed the generated code to match the new coding standards
* fixed sandbox mode (__toString() method check was not enforced if called implicitly from a simple statement like {{ article }})
* added a 'as' string to the block tag short notation ({% block title "Title" %} must now be {% block title as "Title" %})