Skip to content

Commit

Permalink
update changelog for #3547
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Dec 23, 2019
1 parent ac736c1 commit 4f78c13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ unreleased
Features
--------

- Add support for Python 3.8.
See https://github.com/Pylons/pyramid/pull/3547

- Changed the default ``serializer`` on
``pyramid.session.SignedCookieSessionFactory`` to use
``pyramid.session.JSONSerializer`` instead of
Expand Down Expand Up @@ -76,6 +79,11 @@ Deprecations
Backward Incompatibilities
--------------------------

- Drop support for Python 2.7.

- Drop support for Python 3.4.
See https://github.com/Pylons/pyramid/pull/3547

- ``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.
Expand Down

0 comments on commit 4f78c13

Please sign in to comment.