#2985: allow i8 in XMLRPC responses.
diff --git a/Misc/NEWS b/Misc/NEWS
index b3202b8..2838887 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,8 +63,11 @@
 Library
 -------
 
-Issue #2877 - The UserString.MutableString class has been removed in
-			  Python 3.0.
+- Issue #2985: Allow 64-bit integer responses (``<i8>``) in XMLRPC
+  transfers.
+
+- Issue #2877: The UserString.MutableString class has been removed in
+  Python 3.0.
 
 - Do not close external file objects passed to tarfile.open(mode='w:bz2')
   when the TarFile is closed.