mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update NEWS for read / write nonblock
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
988ca60565
commit
0805d73f65
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -40,6 +40,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
* extended methods:
|
||||
* IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
|
||||
* IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
|
||||
* IO#read_nonblock accepts optional `exception: false` to return symbols
|
||||
* IO#write_nonblock accepts optional `exception: false` to return symbols
|
||||
|
||||
* Kernel
|
||||
* New methods:
|
||||
|
|
Loading…
Reference in a new issue