diff options
| author | Michael Merickel <michael@merickel.org> | 2018-10-15 22:40:58 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-10-15 22:40:58 -0500 |
| commit | 0749947e25c5b4e59c34856cdb7937387f64733e (patch) | |
| tree | 88bf9bccb95c2cf997c71f5e18d69186415868f2 /docs/whatsnew-1.10.rst | |
| parent | fa6a9d9d76d03b3b05072151d31982aa52022ef5 (diff) | |
| download | pyramid-0749947e25c5b4e59c34856cdb7937387f64733e.tar.gz pyramid-0749947e25c5b4e59c34856cdb7937387f64733e.tar.bz2 pyramid-0749947e25c5b4e59c34856cdb7937387f64733e.zip | |
fix whatsnew syntax
Diffstat (limited to 'docs/whatsnew-1.10.rst')
| -rw-r--r-- | docs/whatsnew-1.10.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whatsnew-1.10.rst b/docs/whatsnew-1.10.rst index 2cba4b5d4..68a434493 100644 --- a/docs/whatsnew-1.10.rst +++ b/docs/whatsnew-1.10.rst @@ -26,7 +26,7 @@ Feature Additions See https://github.com/Pylons/pyramid/pull/3326 - Added :class:`pyramid.session.JSONSerializer`. - See "Upcoming Changes to ISession in Pyramid 2.0" in the "Sessions" chapter of the documentation for more information about this feature. + See :ref:`pickle_session_deprecation` for more information about this feature. See https://github.com/Pylons/pyramid/pull/3353 - Modify the builtin session implementations to support ``SameSite`` options on cookies and set the default to ``'Lax'``. @@ -69,7 +69,7 @@ Feature Additions Deprecations ------------ -- The :class:`pyramid.intefaces.ISession` interface will move to require JSON-serializable objects in :app:`Pyramid` 2.0. See "Upcoming Changes to ISession in Pyramid 2.0" in the "Sessions" chapter of the documentation for more information about this change. +- The :class:`pyramid.interfaces.ISession` interface will move to require JSON-serializable objects in :app:`Pyramid` 2.0. See :ref:`pickle_session_deprecation` for more information about this change. See https://github.com/Pylons/pyramid/pull/3353 - The :func:`pyramid.session.signed_serialize` and :func:`pyramid.session.signed_deserialize` functions will be removed in :app:`Pyramid` 2.0, along with the removal of :func:`pyramid.session.UnencryptedCookieSessionFactoryConfig` which was deprecated in :app:`Pyramid` 1.5. |
