summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst8
1 files changed, 8 insertions, 0 deletions
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.