summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 32e260037..43e3832e6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -187,6 +187,9 @@ Backward Incompatibilities
- Drop support for Python 3.4.
See https://github.com/Pylons/pyramid/pull/3547
+- Drop support for Python 3.5.
+ See https://github.com/Pylons/pyramid/pull/3634
+
- 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