From 4f78c131ebc39dba81c20deb54d656c6ca4c6079 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 23 Dec 2019 12:32:21 -0600 Subject: update changelog for #3547 --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 0e6d69252..794301578 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 @@ -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. -- cgit v1.2.3