Add NEWS item for #5162.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5307fe8..19c1a9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@
 Library
 -------
 
+ - Issue #5162: Treat services like frozen executables to allow child spawning
+   from multiprocessing.forking on Windows.
+
 - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
 
 - Issue #11696: Fix ID generation in msilib.