Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded results.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9fc17dc..d2b75b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,7 +14,8 @@
- Issue #7632: Fix a crash in dtoa.c that occurred in debug builds
when parsing certain long numeric strings corresponding to subnormal
- values.
+ values. Also fix a number of bugs in dtoa.c that could lead to
+ incorrectly rounded results when converting strings to floats.
- Issue #7319: Silence DeprecationWarning by default.