This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/TwigBundle/CHANGELOG.md

11 lines
365 B
Markdown
Raw Normal View History

2012-04-26 21:53:20 +01:00
CHANGELOG
=========
2.1.0
-----
2012-05-07 09:53:05 +01:00
* added contextual escaping based on the template file name (disabled if you explicitly pass an autoescape option)
2012-04-26 21:53:20 +01:00
* 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.