[TwigBundle] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:53:20 +02:00
parent 6e8b369cbb
commit 5f50b944ee
2 changed files with 9 additions and 5 deletions

View File

@ -136,8 +136,3 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* This bundle has been moved to its own repository (https://github.com/symfony/SwiftmailerBundle)
* moved the data collector to the bridge
* replaced MessageLogger class with the one from Swiftmailer 4.1.3
### TwigBundle
* 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.

View File

@ -0,0 +1,9 @@
CHANGELOG
=========
2.1.0
-----
* 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.