Issue #8117: Updated NEWS entry and added to logging documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index c74eff1..0cbcf2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,7 +24,10 @@
Library
-------
-- Issue #8117: logging: Improved algorithm for computing initial rollover time.
+- Issue #8117: logging: Improved algorithm for computing initial rollover time
+ for TimedRotatingFileHandler by using the modification time of an existing
+ log file to compute the next rollover time. If the log file does not exist,
+ the current time is used as the basis for the computation.
- Issue #6472: The xml.etree package is updated to ElementTree 1.3. The
cElementTree module is updated too.