summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 534918f..3915e9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,9 @@ C-API
Library
-------
+- Issue #6986: Fix crash in the JSON C accelerator when called with the
+ wrong parameter types. Patch by Victor Stinner.
+
- Issue #7457: added a read_pkg_file method to
distutils.dist.DistributionMetadata.