diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 437a2ff5c2..6bbec4b093 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -325,6 +325,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c to the client. * Request::getClientIp() method doesn't take a parameter anymore but bases itself on the trustProxy parameter. + * Added isMethod() to Request object. ### HttpKernel