Issue #13146: Writing a pyc file is now atomic under POSIX.
diff --git a/Misc/NEWS b/Misc/NEWS
index b8d43ba..ddd48c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #13146: Writing a pyc file is now atomic under POSIX.
+
 - Issue #7833: Extension modules built using distutils on Windows will no
   longer include a "manifest" to prevent them failing at import time in some
   embedded situations.