From fb9815e3018e4dc198f4ee0cc4a2c89536caf42d Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 12 Feb 2009 12:57:14 +0000 Subject: updated. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index b2ac18721..6b094e945 100644 --- a/NEWS +++ b/NEWS @@ -91,7 +91,9 @@ with all sufficient information, see the ChangeLog file. * incompatible changes: * Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept} returns a sender address as Addrinfo object instead of a binary sockaddr string. + Addrinfo#to_s returns the old binary sockaddr string. * BasicSocket#getsockopt returns Socket::Option object instead of a binary string. + Socket::Option#to_s returns the old binary string. * new class: * Addrinfo -- cgit