Skip to content

Commit

Permalink
updated CHANGELOG for 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 15, 2014
1 parent f11da64 commit 8805ee1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG-2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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.2 (2014-07-15)

* [Security] Forced validate of locales passed to the translator
* bug #11350 [Form] solved dependency to ValidatorInterface, fix #11036 (Sebastian Blum)
* bug #11278 Remove Spaceless Blocks From Twig Templates (chrisguitarguy)
* feature #11367 [HttpFoundation] Fix to prevent magic bytes injection in JSONP responses... (CVE-2014-4671) (Andrew Moore)
* bug #11284 [Console] Remove estimated field from debug_nomax (bburnichon)
* bug #11386 Remove Spaceless Blocks from Twig Form Templates (chrisguitarguy)
* bug #9719 [TwigBundle] fix configuration tree for paths (mdavis1982, cordoval)
* bug #11244 [HttpFoundation] Remove body-related headers when sending the response, if body is empty (SimonSimCity)

* 2.5.1 (2014-07-08)

* bug #11283 [SecurityBundle] Remove Expression Language services when the component is unavailable (thewilkybarkid)
Expand Down

0 comments on commit 8805ee1

Please sign in to comment.