News about the logging module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 334a1b3..fddf062 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -381,6 +381,9 @@
 Library
 -------
 
+- A new package, logging, implements the logging API defined by PEP
+  282.  The code is written by Vinay Sajip.
+
 - StreamReader, StreamReaderWriter and StreamRecoder in the codecs
   modules are iterators now.