logging: added QueueListener and documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index b4f830b..15b4da2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@
 Library
 -------
 
+- Logging: Added QueueListener class to facilitate logging usage for
+  performance-critical threads.
+
 - Issue #9916: Add some missing errno symbols.
 
 - Issue #9877: Expose sysconfig.get_makefile_filename()