Issue #9947: logging: Fixed locking bug in stopListening.
diff --git a/Misc/NEWS b/Misc/NEWS
index c84a8ef..b3af982 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -68,6 +68,8 @@
 Library
 -------
 
+- Issue #9947: logging: Fixed locking bug in stopListening.
+
 - Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.
 
 - Issue #9936: Fixed executable lines' search in the trace module.