Fix issue 8594: adds a source_address parameter to ftplib module.
diff --git a/Misc/NEWS b/Misc/NEWS
index bfd73fd..cad8eda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@
 Library
 -------
 
+- Issue 8594: ftplib now provides a source_address parameter to specify which
+  (address, port) to bind to before connecting.
+
 - Issue #11326: Add the missing connect_ex() implementation for SSL sockets,
   and make it work for non-blocking connects.