aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d1cab86a7e..e52801b798 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,8 @@ with all sufficient information, see the ChangeLog file.
* Socket.{tcp,tcp_server_loop,unix,unix_server_loop}
* Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept}
returns a sender address as AddrInfo object instead of a string.
+ * BasicSocket#send, UDPSocket#send, Socket.getnameinfo, Socket#bind, and
+ Socket#{connect,connect_nonblock} accepts an AddrInfo object as sockaddr.
* BasicSocket#local_address
* BasicSocket#remote_address
* string/symbol as protocol/address family, socket type, protocol level,