logging: hasHandlers additions documented.
diff --git a/Misc/NEWS b/Misc/NEWS
index 40c4cdd..5cac5dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@
 Library
 -------
 
+- logging: Added hasHandlers() method to Logger and LoggerAdapter.
+
 - Issue #1686: Fix string.Template when overriding the pattern attribute.
 
 - Issue #9854: SocketIO objects now observe the RawIOBase interface in