Patch #838546: Make terminal become controlling in pty.fork().
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c575c9..6753554 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@
 Extension Modules
 -----------------
 
+- Patch #838546: Make terminal become controlling in pty.fork()
+
 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
   ctypes isn't considered as requiring executable stacks.