summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-19 15:31:24 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-19 15:31:24 +0000
commit2208c990e19f9c372978457a636c8814deea77c5 (patch)
tree238d8acafa5227c2186f441f782658a31fb810f1 /NEWS
parent758f9510a61ee4e7914ff1dae7046a6737029776 (diff)
update rdoc and NEWS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc286ab3c1..cf16ab0798 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,10 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* IO.pipe can take a block.
+ * new modules:
+ * IO::WaitReadable
+ * IO::WaitWritable
+
* Process
* extended methods:
* Process.spawn accepts [:child, FD] for a redirect target.