Issue #1027206: getnameinfo is now restricted to numeric addresses as input.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1cb67cc..7aebbe7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,7 +70,8 @@
----------
- Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex,
- getaddrinfo and gethostbyaddr.
+ getaddrinfo and gethostbyaddr. getnameinfo is now restricted to numeric
+ addresses as input.
- Issue #9214: Set operations on a KeysView or ItemsView in collections
now correctly return a set. (Patch by Eli Bendersky.)