From 8d06c571eda47bf7809bccaa71f7dd1990bd6464 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 11 Jan 2013 09:20:00 +0100 Subject: [PATCH] [HttpFoundation] Fix sentence and provide a hint at the solution for affected people --- src/Symfony/Component/HttpFoundation/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/HttpFoundation/CHANGELOG.md b/src/Symfony/Component/HttpFoundation/CHANGELOG.md index 252eac5e3f..e7d89364b3 100644 --- a/src/Symfony/Component/HttpFoundation/CHANGELOG.md +++ b/src/Symfony/Component/HttpFoundation/CHANGELOG.md @@ -6,7 +6,7 @@ CHANGELOG * added Request::getTrustedProxies() * deprecated Request::isProxyTrusted() - * [BC BREAK] JsonResponse does not change a top level array to an object when the array is empty anymore in setData() + * [BC BREAK] JsonResponse does not turn a top level empty array to an object anymore, use an ArrayObject to enforce objects * added a IpUtils class to check if an IP belongs to a CIDR * added Request::getRealMethod() to get the "real" HTTP method (getMethod() returns the "intended" HTTP method) * disabled _method request parameter support by default (call Request::enableHttpMethodParameterOverride() to enable it)