Skip to content

Commit

Permalink
add changelog for #3421
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jan 18, 2020
1 parent 0bfd7af commit 06b931e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
---------------------

Expand Down

0 comments on commit 06b931e

Please sign in to comment.