Issue #8117: logging: Improved algorithm for computing initial rollover time.
diff --git a/Misc/NEWS b/Misc/NEWS
index 59a7bc3..c74eff1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@
 Library
 -------
 
+- Issue #8117: logging: Improved algorithm for computing initial rollover time.
+
 - Issue #6472: The xml.etree package is updated to ElementTree 1.3.  The
   cElementTree module is updated too.