info about session namespace

This commit is contained in:
Tobias Schultze 2012-11-19 17:25:14 +01:00
parent 4b21d18738
commit 915dd301e4

View File

@ -1340,6 +1340,9 @@
### Session
* The namespace of the Session class changed from `Symfony\Component\HttpFoundation\Session`
to `Symfony\Component\HttpFoundation\Session\Session`.
* Using `get` to retrieve flash messages now returns an array.
##### Retrieving the flash messages from a Twig template