Skip to content

Commit

Permalink
NEWS: note IO#wait_readable change in r50263
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
normal committed Apr 15, 2015
1 parent b90ad8a commit 962909f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
Thu Apr 16 05:15:50 2015 Eric Wong <e@80x24.org>

* NEWS: note IO#wait_readable change in r50263

Thu Apr 16 05:09:36 2015 Eric Wong <e@80x24.org>

* lib/net/protocol.rb (rbuf_fill): use IO#wait_*able
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Expand Up @@ -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
Expand Down

0 comments on commit 962909f

Please sign in to comment.