summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-08-23 10:31:38 -0500
committerMichael Merickel <michael@merickel.org>2012-08-23 10:31:38 -0500
commit45b6e192c44ebee124317a90a9a6dcc044407a2a (patch)
treeae120ab7cf7b48f0c7420b017937cb04ccaec17f
parentb8b896b748ba5d4fd9c6d46db0d6f192cab264f3 (diff)
downloadpyramid-45b6e192c44ebee124317a90a9a6dcc044407a2a.tar.gz
pyramid-45b6e192c44ebee124317a90a9a6dcc044407a2a.tar.bz2
pyramid-45b6e192c44ebee124317a90a9a6dcc044407a2a.zip
added cookie session changes to CHANGES.txt
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 30df788b3..b8747f06c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -109,6 +109,11 @@ Features
config = Configurator()
config.add_permission('view')
+- The ``UnencryptedCookieSessionFactoryConfig`` now accepts
+ ``signed_serialize`` and ``signed_deserialize`` hooks which may be used
+ to influence how the sessions are marshalled (by default this is done
+ with HMAC+pickle).
+
Deprecations
------------