git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-02-04 16:21:15 +00:00
Родитель 5ce10c1359
Коммит 5127799e65
1 изменённых файлов: 1 добавлений и 0 удалений

1
NEWS
Просмотреть файл

@ -112,6 +112,7 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* Socket.new's 3rd argument is optional now.
* Socket.pair's 3rd argument is optional now.
* Socket.pair and UNIXSocket.pair can take a block.
* BasicSocket#send, UDPSocket#send, Socket.getnameinfo, Socket#bind, and
Socket#{connect,connect_nonblock} accepts an AddrInfo object as sockaddr.