Bug #1430298: It is now possible to send a mail with an empty
return address using smtplib.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b5740b..bf61e77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,6 +363,9 @@
 Library
 -------
 
+- Bug #1430298: It is now possible to send a mail with an empty
+  return address using smtplib.
+
 - Bug #1432260: The names of lambda functions are now properly displayed
   in pydoc.