#12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7207f4b..8c76057 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,9 @@
 Extension Modules
 -----------------
 
+- Issue #12017: Fix segfault in json.loads() while decoding highly-nested
+  objects using the C accelerations.
+
 - Issue #1838: Prevent segfault in ctypes, when _as_parameter_ on a class is set
   to an instance of the class.