summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index dfea7afa9..73562c003 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,14 @@ unreleased
Features
--------
+- Changed the default ``serializer`` on
+ ``pyramid.session.SignedCookieSessionFactory`` to use
+ ``pyramid.session.JSONSerializer`` instead of
+ ``pyramid.session.PickleSerializer``. Read
+ "Changes to ISession in Pyramid 2.0" in the "Sessions" chapter of the
+ documentation for more information about why this change was made.
+ See https://github.com/Pylons/pyramid/pull/3413
+
Bug Fixes
---------
@@ -52,6 +60,14 @@ Backward Incompatibilities
lead to remove code execution if the secret key is compromised.
See https://github.com/Pylons/pyramid/pull/3412
+- Changed the default ``serializer`` on
+ ``pyramid.session.SignedCookieSessionFactory`` to use
+ ``pyramid.session.JSONSerializer`` instead of
+ ``pyramid.session.PickleSerializer``. Read
+ "Changes to ISession in Pyramid 2.0" in the "Sessions" chapter of the
+ documentation for more information about why this change was made.
+ See https://github.com/Pylons/pyramid/pull/3413
+
Documentation Changes
---------------------