updated CHANGELOG for 2.7.49

This commit is contained in:
Fabien Potencier 2018-08-01 15:51:13 +02:00
parent 9cfcaba0bf
commit 5999020906
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ 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.49 (2018-08-01)
* security #cve-2018-14774 [HttpKernel] fix trusted headers management in HttpCache and InlineFragmentRenderer (nicolas-grekas)
* security #cve-2018-14773 [HttpFoundation] Remove support for legacy and risky HTTP headers (nicolas-grekas)
* 2.7.48 (2018-05-25)
* bug #27359 [HttpFoundation] Fix perf issue during MimeTypeGuesser intialization (nicolas-grekas)