Added support for bytes in sessions back

This commit is contained in:
Armin Ronacher 2013-06-14 00:24:17 +01:00
parent c502dfbbfb
commit 58ad83f37c
3 changed files with 11 additions and 0 deletions

View file

@ -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
------------