Add news entry about last checkin (oops.)
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f7d17c..5c3f48d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- patch #1630975: Fix crash when replacing sys.stdout in sitecustomize.py
+
 - Patch #1507247: tarfile.py: use current umask for intermediate
   directories.