Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4933cb2..a6dfc7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@
 Library
 -------
 
+- Issue #21149: Improved thread-safety in logging cleanup during interpreter
+  shutdown. Thanks to Devin Jeanpierre for the patch.
+
 - Fix possible overflow bug in strop.expandtabs. You shouldn't be using this
   module!