mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-21 15:48:42 +00:00
added two interfaces: Twig_NodeInterface and Twig_TokenParserInterface
This commit is contained in:
@@ -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" %})
|
||||
|
||||
Reference in New Issue
Block a user