Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
crashes in debug builds, for certain long numeric strings
corresponding to subnormal values.
diff --git a/Misc/NEWS b/Misc/NEWS
index 245b6a6..9fc17dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@
Core and Builtins
-----------------
+- Issue #7632: Fix a crash in dtoa.c that occurred in debug builds
+ when parsing certain long numeric strings corresponding to subnormal
+ values.
+
- Issue #7319: Silence DeprecationWarning by default.
- Issue #2335: Backport set literals syntax from Python 3.x.