Issue #10949: Improved robustness of rotating file handlers.
diff --git a/Misc/NEWS b/Misc/NEWS
index 44d39cf..0ae7d7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@
 Library
 -------
 
+- Issue #10949: Improved robustness of rotating file handlers.
+
 - Issue #10955: Fix a potential crash when trying to mmap() a file past its
   length.  Initial patch by Ross Lagerwall.