Updates CHANGELOG for commit f718859.

This commit is contained in:
marc.weistroff 2012-04-05 07:18:00 +02:00
parent b4a44fecc9
commit f5bc20800c

View File

@ -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, * 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 last updated time, and the lifetime of the session cookie that was provided
to the client. to the client.
* Request::getClientIp() method doesn't take a parameter anymore but bases
itself on the trustProxy parameter.
### HttpKernel ### HttpKernel