Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.
diff --git a/Misc/NEWS b/Misc/NEWS
index 77adf82..e6acb85 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,8 @@
 Library
 -------
 
+- Issue #9945: logging: Fixed locking bugs in addHandler/removeHandler.
+
 - Issue #9936: Fixed executable lines' search in the trace module.
 
 - Issue #9928: Properly initialize the types exported by the bz2 module.