updated CHANGELOG for 2.5.6

This commit is contained in:
Fabien Potencier 2014-10-24 08:55:31 +02:00
parent 7b43827b17
commit 1367ebb000
1 changed files with 14 additions and 0 deletions

View File

@ -7,6 +7,20 @@ in 2.5 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/v2.5.0...v2.5.1
* 2.5.6 (2014-10-24)
* bug #11696 [Form] Fix #11694 - Enforce options value type check in some form types (kix)
* bug #12225 [SecurityBundle] Add trust_resolver variable into expression (zulus)
* bug #12209 [FrameworkBundle] Fixed ide links (hason)
* bug #12208 Add missing argument (WouterJ)
* bug #12197 [TwigBundle] do not pass a template reference to twig (Tobion)
* bug #12196 [TwigBundle] show correct fallback exception template in debug mode (Tobion)
* bug #12187 [CssSelector] don't raise warnings when exception is thrown (xabbuh)
* bug #12151 [Framework][DX] Set the proper validator class according to the configured api version (peterrehm)
* bug #12128 [Console] clean handling of :: passed to find() (xabbuh)
* bug #11998 [Intl] Integrated ICU data into Intl component #2 (webmozart)
* bug #11920 [Intl] Integrated ICU data into Intl component #1 (webmozart)
* 2.5.5 (2014-09-28)
* bug #12016 [Validator] Added ConstraintValidator::buildViolation() helper for BC with the 2.4 API (webmozart)