Skip to content

Commit

Permalink
[HttpFoundation] Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak committed Mar 31, 2012
1 parent 4fc04fa commit 8a0e6d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-2.1.md
Expand Up @@ -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

Expand Down

0 comments on commit 8a0e6d2

Please sign in to comment.