From 8a0e6d24bc96551931ef2abe613b4dde77627e29 Mon Sep 17 00:00:00 2001 From: Drak Date: Sat, 31 Mar 2012 22:36:36 +0545 Subject: [PATCH] [HttpFoundation] Update changelog. --- CHANGELOG-2.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 65e06aeb08..d4a006d931 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -314,6 +314,9 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * Flash API can stores messages in an array so there may be multiple messages per flash type. The old `Session` class API remains without BC break as it will single messages as before. + * 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. ### HttpKernel