forked from orbit-oss/flask
Added support for bytes in sessions back
This commit is contained in:
parent
c502dfbbfb
commit
58ad83f37c
3 changed files with 11 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -12,6 +12,9 @@ Pending bugfix release.
|
|||
made the filter not work properly in HTML attributes. Now it's
|
||||
possible to use that filter in single quoted attributes. This should
|
||||
make using that filter with angular.js easier.
|
||||
- Added support for byte strings back to the session system. This broke
|
||||
compatibility with the common case of people putting binary data for
|
||||
token verification into the session.
|
||||
|
||||
Version 0.10
|
||||
------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue