From 34620a7d99d2eae6d34e84b5cf4b435ced85c1bc Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 15 Jul 2014 16:51:14 +0200 Subject: [PATCH] updated CHANGELOG for 2.4.8 --- CHANGELOG-2.4.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG-2.4.md b/CHANGELOG-2.4.md index 6cfee77ffc24c..0136181652816 100644 --- a/CHANGELOG-2.4.md +++ b/CHANGELOG-2.4.md @@ -7,6 +7,15 @@ in 2.4 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.4.0...v2.4.1 +* 2.4.8 (2014-07-15) + + * [Security] Forced validate of locales passed to the translator + * 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 #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.4.7 (2014-07-08) * bug #11283 [SecurityBundle] Remove Expression Language services when the component is unavailable (thewilkybarkid)