Issue #8581: logging: removed errors raised when closing handlers twice.
diff --git a/Misc/NEWS b/Misc/NEWS
index f943618..62d4e59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@
 Library
 -------
 
+- Issue #8581: logging: removed errors raised when closing handlers twice.
+
 - Issue #4687: Fix accuracy of garbage collection runtimes displayed with
   gc.DEBUG_STATS.