Logging: Implemented PEP 391.
diff --git a/Misc/NEWS b/Misc/NEWS
index ec4e596..b0db1c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@
 Library
 -------
 
+- logging: Implemented PEP 391.
+
 - Issue #6939: Fix file I/O objects in the `io` module to keep the original
   file position when calling `truncate()`.  It would previously change the
   file position to the given argument, which goes against the tradition of