Issue #3518: Remove references to non-existent BaseManager.from_address()
method
diff --git a/Misc/NEWS b/Misc/NEWS
index 13a1320..4012c96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@
 Library
 -------
 
+- Issue #3518: Remove references to non-existent BaseManager.from_address()
+  method.
+
 - Issue #13857: Added textwrap.indent() function (initial patch by Ezra
   Berch)