Issue #15064: Implement context manager protocol for multiprocessing types
diff --git a/Misc/NEWS b/Misc/NEWS
index bf4265c..d84da80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@
 Library
 -------
 
+- Issue #15064: Implement context manager protocol for multiprocessing types
+
 - Issue #15101: Make pool finalizer avoid joining current thread.
 
 - Issue #14657: The frozen instance of importlib used for bootstrap is now