Patch #1065257: Support passing open files as body in
HTTPConnection.request().
diff --git a/Misc/NEWS b/Misc/NEWS
index fdff1c6..3062bd5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,9 @@
 Library
 -------
 
+- Patch #1065257: Support passing open files as body in 
+  HTTPConnection.request().
+
 - Bug #1569790: mailbox.py: Maildir.get_folder() and MH.get_folder()
   weren't passing the message factory on to newly created Maildir/MH
   objects.