summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 92e1e4313..97a38591c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -90,6 +90,15 @@ Deprecations
of the documentation for more information about this change.
See https://github.com/Pylons/pyramid/pull/3353
+- The ``pyramid.session.signed_serialize`` and
+ ``pyramid.session.signed_deserialize`` functions will be removed in Pyramid
+ 2.0, along with the removal of
+ ``pyramid.session.UnencryptedCookieSessionFactoryConfig`` which was
+ deprecated in Pyramid 1.5. Please switch to using the
+ ``SignedCookieSessionFactory``, copying the code, or another session
+ implementation if you're still using these features.
+ See https://github.com/Pylons/pyramid/pull/3353
+
Backward Incompatibilities
--------------------------