Mention that gethostbyaddr now also supports IDNA.
diff --git a/Misc/NEWS b/Misc/NEWS
index c74c237..ea3208c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,7 +66,8 @@
 Extensions
 ----------
 
-- Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and getaddrinfo.
+- Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex, 
+  getaddrinfo and gethostbyaddr.
 
 - Issue #9214: Set operations on a KeysView or ItemsView in collections
   now correctly return a set.  (Patch by Eli Bendersky.)