Skip to content

Commit dd67a43

Browse files
committed
Update CHANGELOG
1 parent fc6b79c commit dd67a43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Release $next
66
_accessed_time if the session hasn't been changed, for non-cookie sessions
77
stores. This lets you avoid needless datastore writes. _accessed_time will
88
always be updated when the session is intentionally saved.
9+
* data_serializer parameter in Session accepts a custom object with `dumps` and `loads` methods.
10+
* Fixed a TypeError in exception reporting when failing to load a NamespaceManager
11+
* Allow to change Cookie Expiration from a value back to None, previously it had no effect.
12+
* Allow SessionMiddleware to setup a custom Session class through the `session_class` argument.
13+
* Added `invalidate_corrupt` option to CookieSessions too for valid cookies containing invalid data.
914

1015
Release 1.8.0 (2016-01-26)
1116
==========================

0 commit comments

Comments
 (0)