Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
writing into objects supporting the new buffer API, for example bytearrays
or memoryviews.
diff --git a/Misc/NEWS b/Misc/NEWS
index ffcdaa7..abbcc04 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,10 @@
Library
-------
+- Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
+ writing into objects supporting the new buffer API, for example bytearrays
+ or memoryviews.
+
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
with Tcl/Tk-8.5.