issue 4301: patch logging to add processName, remove the old _check_logger_class code
diff --git a/Misc/NEWS b/Misc/NEWS
index f333a92..2ed95a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -596,6 +596,9 @@
 Extension Modules
 -----------------
 
+- Issue #4301: Patch the logging module to add processName support, remove
+  _check_logger_class from multiprocessing.
+
 - Issue #2975: When compiling several extension modules with Visual Studio 2008
   from the same python interpreter, some environment variables would grow
   without limit.