diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index a7d31659a8..c122b78de8 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -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. diff --git a/src/Symfony/Bundle/TwigBundle/CHANGELOG.md b/src/Symfony/Bundle/TwigBundle/CHANGELOG.md new file mode 100644 index 0000000000..a5617e618f --- /dev/null +++ b/src/Symfony/Bundle/TwigBundle/CHANGELOG.md @@ -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.