summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-04 23:46:55 -0600
committerMichael Merickel <michael@merickel.org>2019-12-04 23:46:55 -0600
commit7150c3b1bd0a9a5a2ce3ff5af81f4407e7f314f9 (patch)
treefe52774825f4067d213f09ad7d001437e41ff3ec /CHANGES.rst
parentd9dadcfabccb8895eda1fa948f7d7d6686e53806 (diff)
downloadpyramid-7150c3b1bd0a9a5a2ce3ff5af81f4407e7f314f9.tar.gz
pyramid-7150c3b1bd0a9a5a2ce3ff5af81f4407e7f314f9.tar.bz2
pyramid-7150c3b1bd0a9a5a2ce3ff5af81f4407e7f314f9.zip
move deprecation into deprecations section
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 537ca4671..936d487bf 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,11 +4,6 @@ unreleased
Features
--------
-- Deprecated ``pyramid.session.PickleSerializer``.
- See https://github.com/pylons/pyramid/issues/2709
- and https://github.com/pylons/pyramid/pull/3353
- and https://github.com/pylons/pyramid/pull/3413
-
- Changed the default ``serializer`` on
``pyramid.session.SignedCookieSessionFactory`` to use
``pyramid.session.JSONSerializer`` instead of
@@ -67,6 +62,11 @@ Features
Deprecations
------------
+- Deprecated ``pyramid.session.PickleSerializer``.
+ See https://github.com/pylons/pyramid/issues/2709
+ and https://github.com/pylons/pyramid/pull/3353
+ and https://github.com/pylons/pyramid/pull/3413
+
Backward Incompatibilities
--------------------------