Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2607618..8b67257 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,6 +463,9 @@
 Library
 -------
 
+- Issue #8828: Add new function os.replace(), for cross-platform renaming
+  with overwriting.
+
 - Issue #13848: open() and the FileIO constructor now check for NUL
   characters in the file name.  Patch by Hynek Schlawack.