Issue #10812: Add some extra posix functions to the os module.
diff --git a/Misc/NEWS b/Misc/NEWS
index a5cf8be..d8e05fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,7 @@
 Library
 -------
 
+- Issue #10812: Add some extra posix functions to the os module.
 
 - Issue #10979: unittest stdout buffering now works with class and module
   setup and teardown.