Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
diff --git a/Misc/NEWS b/Misc/NEWS
index f03aeb5..69388ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@
 Library
 -------
 
+- Issue #13694: asynchronous connect in asyncore.dispatcher does not set addr
+  attribute.
+
 - Issue #14344: fixed the repr of email.policy objects.
 
 - Issue #11686: Added missing entries to email package __all__ lists