summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b85de5060c..b3d21f8915 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -780,6 +780,8 @@ Tools/Demos
Extension Modules
-----------------
+- Issue #12221: Replace pyexpat.__version__ with the Python version.
+
- Issue #12051: Fix segfault in json.dumps() while encoding highly-nested
objects using the C accelerations.