Implemented experimental JSON based sessions

This commit is contained in:
Armin Ronacher 2012-08-11 02:36:14 +01:00
parent d4415dd665
commit 4df3bf2058
5 changed files with 172 additions and 1 deletions

View file

@ -3,6 +3,15 @@ Flask Changelog
Here you can see the full list of changes between each Flask release.
Version 0.10
------------
Release date to be decided.
- Changed default cookie serialization format from pickle to JSON to
limit the impact an attacker can do if the secret key leaks. See
:ref:`upgrading-to-010` for more information.
Version 0.9
-----------