kekrozsak/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/CHANGELOG.md

11 lines
365 B
Markdown
Raw Normal View History

CHANGELOG
=========
2.1.0
-----
* added contextual escaping based on the template file name (disabled if you explicitly pass an autoescape option)
* added a command that extracts translation messages from templates
* added the real template name when an error occurs in a Twig template
* added the twig:lint command that will validate a Twig template syntax.