accepts and closes issue #1221598: adds an optional callback to ftplib.FTP
storbinary() and storlines() methods.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5084bf9..2aabfbc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -374,6 +374,9 @@
 Library
 -------
 
+- #1221598: add optional callbacks to ftplib.FTP's storbinary() and
+  storlines() methods.  (Contributed by Phil Schwartz)
+
 - #1715: include sub-extension modules in pydoc's text output.
 
 - #1836: fix an off-by-one bug in TimedRotatingHandler's rollover