From 9f81e1d0dd89b01910e506f2c5d3510957031cf3 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 31 Dec 2008 15:11:33 +0000 Subject: describe a block for UNIXSocket.pair. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 25c154a11..2cc559476 100644 --- a/NEWS +++ b/NEWS @@ -71,6 +71,9 @@ with all sufficient information, see the ChangeLog file. * Buffering#read_nonblock +* socket + * Socket.pair and UNIXSocket.pair takes a block. + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind -- cgit