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 3ad62669c..32e260037 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,9 @@ unreleased
Features
--------
+- Add support for Python 3.9.
+ See https://github.com/Pylons/pyramid/issue/3622
+
- The ``aslist`` method now handles non-string object when flattening.
See https://github.com/Pylons/pyramid/pull/3594