summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 13:53:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-21 13:53:02 +0000
commit45faa57b49cbb0c8a3cbdc8f44b8dd619ecea15b (patch)
tree96fcd99f2c95906214af2018b7b320d140abbb5e /NEWS
parente786aa711da8e64734d20acfd9c6b8df0b4515c5 (diff)
wait.c: wait_readable
* ext/io/wait/wait.c (io_wait_readable): add alias wait_readable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5dbc1a408e..22e5f3170b 100644
--- a/NEWS
+++ b/NEWS
@@ -152,6 +152,11 @@ with all sufficient information, see the ChangeLog file.
* added method:
* added main.define_method which defines a global function.
+* io/wait:
+ * new features:
+ * added IO#wait_writable method.
+ * added IO#wait_readable method as alias of IO#wait.
+
* net/http
* new features:
* Proxies are now automatically detected from the http_proxy environment