From 06b931e12e296564d3d9040093e0f5296df54a24 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sat, 18 Jan 2020 14:15:54 -0600 Subject: add changelog for #3421 --- CHANGES.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 04bec0874..626cdf7ab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -165,15 +165,24 @@ Backward Incompatibilities -------------------------- - Drop support for Python 2.7. + https://github.com/Pylons/pyramid/pull/3421 - Drop support for Python 3.4. See https://github.com/Pylons/pyramid/pull/3547 +- Removed the ``pyramid.compat`` module. Integrators should use the ``six`` + module or vendor shims they are using into their own codebases going forward. + https://github.com/Pylons/pyramid/pull/3421 + - ``pcreate`` and the builtin scaffolds have been removed in favor of using the ``cookiecutter`` tool and the ``pyramid-cookiecutter-starter`` cookiecutter. The script and scaffolds were deprecated in Pyramid 1.8. See https://github.com/Pylons/pyramid/pull/3406 +- Changed the default ``hashalg`` on + ``pyramid.authentication.AuthTktCookieHelper`` to ``sha512``. + See https://github.com/Pylons/pyramid/pull/3557 + - Removed ``pyramid.interfaces.ITemplateRenderer``. This interface was deprecated since Pyramid 1.5 and was an interface used by libraries like ``pyramid_mako`` and ``pyramid_chameleon`` but @@ -238,10 +247,6 @@ Backward Incompatibilities ``require_csrf`` view option to enable automatic CSRF checking. See https://github.com/Pylons/pyramid/pull/3521 -- Changed the default ``hashalg`` on - ``pyramid.authentication.AuthTktCookieHelper`` to ``sha512``. - See https://github.com/Pylons/pyramid/pull/3557 - Documentation Changes --------------------- -- cgit v1.2.3