[HttpFoundation] added native Redis session handler to CHANGELOG

This commit is contained in:
Andrej Hudec 2012-05-01 08:53:36 +02:00
parent dbd95683aa
commit ea3f8c53f9

View File

@ -25,7 +25,7 @@ CHANGELOG
`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 MongoDb, Memcache, Memcached and SQLite session
* Added session handlers for PHP native MongoDb, Memcache, Memcached, Redis 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`.