diff options
| author | Michael Merickel <michael@merickel.org> | 2019-11-26 09:01:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-26 09:01:19 -0600 |
| commit | 4d276efe5fd806b74d604c3c8817c0c72808c491 (patch) | |
| tree | 6a36254ebf9e2e33a8eb537efb74072c7e9e9e3f /CHANGES.rst | |
| parent | b30710e83cf89aab92f64f5535ce0fcb560a787c (diff) | |
| parent | 5a77d1dc082d0f2cedc7320616f2d96f61a3ed9c (diff) | |
| download | pyramid-4d276efe5fd806b74d604c3c8817c0c72808c491.tar.gz pyramid-4d276efe5fd806b74d604c3c8817c0c72808c491.tar.bz2 pyramid-4d276efe5fd806b74d604c3c8817c0c72808c491.zip | |
Merge pull request #3524 from jvanasco/fix-deprecate_PickleSerializer
deprecate PickleSerializer
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 987d5c3d4..537ca4671 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,11 @@ 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 |
