Issue #15881: Fixed atexit hook in multiprocessing.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ca70e1..624c5a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,8 @@
 Library
 -------
 
+- Issue #15881: Fixed atexit hook in multiprocessing.
+
 - Issue #14340: Upgrade the embedded expat library to version 2.1.0.
 
 - Issue #11159: SAX parser now supports unicode file names.