summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0ee6fd30d..b9eacd894 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,6 +4,8 @@ unreleased
Features
--------
+- Pyramid adds support for Python 3.11.
+
Bug Fixes
---------
@@ -11,6 +13,9 @@ Backward Incompatibilities
--------------------------
- Pyramid is no longer tested on, nor supports Python 3.6
+- Pyramid drops support for l*gettext() methods in the i18n module.
+ These have been deprecated in Python's gettext module since 3.8, and
+ removed in Python 3.11.
Documentation Changes
---------------------