updated CHANGELOG for 2.7.27

This commit is contained in:
Fabien Potencier 2017-05-01 09:01:06 -07:00
parent c84ee65b99
commit ddc9e78b08
1 changed files with 16 additions and 0 deletions

View File

@ -7,6 +7,22 @@ in 2.7 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.7.0...v2.7.1
* 2.7.27 (2017-05-01)
* bug #22528 [Asset] Starting slash should indicate no basePath wanted (weaverryan)
* bug #22526 [Asset] Preventing the base path or absolute URL from being prefixed incorrectly (weaverryan)
* bug #22435 [Console] Fix dispatching throwables from ConsoleEvents::COMMAND (nicolas-grekas)
* bug #22478 [Serializer] XmlEncoder: fix negative int and large numbers handling (dunglas)
* bug #22424 [Debug] Set exit status to 255 on error (nicolas-grekas)
* bug #22396 Prevent double registrations related to tag priorities (nicolas-grekas)
* bug #22352 [HttpFoundation] Add `use_strict_mode` in validOptions for session (sstok)
* bug #22351 [Yaml] don't keep internal state between parser runs (xabbuh)
* bug #22307 [Debug] Fix php notice (enumag)
* bug #22109 [Validator] check for empty host when calling checkdnsrr() (apetitpa)
* bug #22280 [DI] Fix the xml schema (GuilhemN)
* bug #22255 [Translation] avoid creating cache files for fallback locales. (aitboudad)
* bug #22292 Fixes #22264 - add support for Chrome headless (redthor)
* 2.7.26 (2017-04-04)
* bug #22229 [ExpressionLanguage] Provide the expression in syntax errors (k0pernikus, stof)