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 8242723b8e..38a57c4cf7 100644
--- a/NEWS
+++ b/NEWS
@@ -281,6 +281,8 @@ with all sufficient information, see the ChangeLog file.
* BasicSocket#send, UDPSocket#send, Socket.getnameinfo, Socket#bind, and
Socket#{connect,connect_nonblock} accepts an Addrinfo object as sockaddr.
* BasicSocket#getsockopt accepts a Socket::Option object.
+ * Socket.getaddrinfo and IPSocket#{addr,peeraddr} accept an optional
+ argument to turn reverse lookup on/off.
* constant names can be accepted as well as constant values.
i.e. Socket.new(:PF_INET, :SOCK_STREAM, 0)