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

12 lines
453 B
Markdown
Raw Normal View History

CHANGELOG
=========
2.1.0
-----
2012-07-16 19:40:19 +00:00
* added a new setting ("paths") to configure more paths for the Twig filesystem loader
* 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.