From 7150c3b1bd0a9a5a2ce3ff5af81f4407e7f314f9 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 4 Dec 2019 23:46:55 -0600 Subject: move deprecation into deprecations section --- CHANGES.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CHANGES.rst') 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 -------------------------- -- cgit v1.2.3