Issue #12196: Add pipe2() to the os module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 09ad49f..fde085b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,6 +175,8 @@
 Library
 -------
 
+- Issue #12196: Add pipe2() to the os module. 
+
 - Issue #985064: Make plistlib more resilient to faulty input plists.
   Patch by Mher Movsisyan.