updated CHANGELOG for 3.1.0

This commit is contained in:
Fabien Potencier 2016-05-30 09:24:18 +02:00
parent 73ca90db53
commit 3dce1d40d5
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ in 3.1 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.1.0...v3.1.1
* 3.1.0 (2016-05-30)
* bug #18889 [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments (chalasr)
* bug #18907 [Routing] Fix the annotation loader taking a class constant as a beginning of a class name (jakzal, nicolas-grekas)
* bug #18899 [Yaml] search for colons in strings only (xabbuh)
* 3.1.0-RC1 (2016-05-26)
* bug #18879 [Console] SymfonyStyle: Align multi-line/very-long-line blocks (chalasr)