Bug #1445068: getpass.getpass() can now be given an explicit stream
argument to specify where to write the prompt.
diff --git a/Misc/NEWS b/Misc/NEWS
index ed48276..4d0e0bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -487,6 +487,9 @@
 Library
 -------
 
+- Bug #1445068: getpass.getpass() can now be given an explicit stream
+  argument to specify where to write the prompt.
+
 - Patch #1462313, bug #1443328: the pickle modules now can handle classes
   that have __private names in their __slots__.