update CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2012-04-23 12:27:55 +02:00
parent d5c5d7667d
commit a8b091c612

View File

@ -300,7 +300,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
`Symfony\Component\HttpFoundation\Storage\Handler\NativeSessionHandler` base class.
* Added internal storage driver proxy mechanism for forward compatibility with
PHP 5.4 `\SessionHandler` class.
* Added session handlers for PHP native Memcache, Memcached and SQLite session
* Added session handlers for PHP native MongoDb, Memcache, Memcached and SQLite session
save handlers.
* Added session handlers for custom Memcache, Memcached and Null session save handlers.
* [BC BREAK] Removed `NativeSessionStorage` and replaced with `NativeFileSessionHandler`.