Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
diff --git a/Misc/NEWS b/Misc/NEWS
index 40b17fc..3375dec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,9 @@
 Library
 -------
 
+- Issue #13694: asynchronous connect in asyncore.dispatcher does not set addr
+  attribute.
+
 - Issue #11686: Added missing entries to email package __all__ lists
   (mostly the new Bytes classes).