summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 20:17:19 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 20:17:19 +0000
commit962909f0efdce5852eac855f891b42edfa8d6817 (patch)
tree6c7f38299b2e1df698e7df6a51f03678b3de4c92 /NEWS
parentb90ad8a2f68251343569fd8824c4bcfeb25188a7 (diff)
NEWS: note IO#wait_readable change in r50263
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50327 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 da678af22c..2d3b4e3a29 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,10 @@ with all sufficient information, see the ChangeLog file.
* OpenSSL::SSL::SSLSocket#accept_nonblock and
OpenSSL::SSL::SSLSocket#connect_nonblock supports `exception: false`.
+* io/wait
+ * IO#wait_readable no longer checks FIONREAD, it may be used for
+ non-bytestream IO such as listen sockets.
+
=== Stdlib compatibility issues (excluding feature bug fixes)
* lib/webrick/utils.rb