Skip to content

Commit

Permalink
[HttpFoundation] added missing info in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 11, 2013
1 parent a0c26e0 commit 2aba3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/HttpFoundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CHANGELOG
2.2.0
-----

* [BC BREAK] JsonResponse does not change a top level array to an object when the array is empty anymore in setData()
* 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)
Expand Down

0 comments on commit 2aba3aa

Please sign in to comment.