From 8805ee16045036ad5475cc89bf23b9879bbbc4df Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 15 Jul 2014 17:39:16 +0200 Subject: [PATCH] updated CHANGELOG for 2.5.2 --- CHANGELOG-2.5.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG-2.5.md b/CHANGELOG-2.5.md index 71408df435784..0f8abd130ca56 100644 --- a/CHANGELOG-2.5.md +++ b/CHANGELOG-2.5.md @@ -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)