Refactored session interface

This commit is contained in:
Armin Ronacher 2011-07-07 11:27:22 +02:00
parent 1a61b12dbf
commit 0fccfe711f
6 changed files with 59 additions and 49 deletions

View file

@ -8,6 +8,10 @@ Version 0.8
Relase date to be decided, codename to be chosen.
- Refactored session support into a session interface so that
the implementation of the sessions can be changed without
having to override the Flask class.
Version 0.7.2
-------------