From f5bc20800c5fba78cec0a17151b3f674eb5902a8 Mon Sep 17 00:00:00 2001 From: "marc.weistroff" Date: Thu, 5 Apr 2012 07:18:00 +0200 Subject: [PATCH] Updates CHANGELOG for commit f718859. --- CHANGELOG-2.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 03506f01da5b..437a2ff5c25e 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -323,6 +323,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * Added basic session meta-data to the session to record session create time, last updated time, and the lifetime of the session cookie that was provided to the client. + * Request::getClientIp() method doesn't take a parameter anymore but bases + itself on the trustProxy parameter. ### HttpKernel