logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7de6838..7796b2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,8 @@
 Library
 -------
 
+- logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.
+
 - Issue #10549: Fix pydoc traceback when text-documenting certain classes.
 
 - Issue #2001: New HTML server with enhanced Web page features.  Patch by Ron