summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-18 14:15:54 -0600
committerMichael Merickel <michael@merickel.org>2020-01-18 14:15:54 -0600
commit06b931e12e296564d3d9040093e0f5296df54a24 (patch)
treec15e3a01e38ca2ece50a36792ebed59a6898fbf7 /CHANGES.rst
parent0bfd7af549121743a096ad899dda13c1e775cf3c (diff)
downloadpyramid-06b931e12e296564d3d9040093e0f5296df54a24.tar.gz
pyramid-06b931e12e296564d3d9040093e0f5296df54a24.tar.bz2
pyramid-06b931e12e296564d3d9040093e0f5296df54a24.zip
add changelog for #3421
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 9 insertions, 4 deletions
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
---------------------