mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: mention about IO#nonblock_{read,write} of Windows' pipe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2eefb48f6f
commit
b2acfab288
1 changed files with 4 additions and 0 deletions
4
NEWS
4
NEWS
|
@ -60,6 +60,10 @@ with all sufficient information, see the ChangeLog file.
|
|||
* Improvements
|
||||
* Introduce incremental marking for major GC. [Feature #10137]
|
||||
|
||||
* IO
|
||||
* Improvements
|
||||
* IO#nonblock_read and IO#nonblock_write for pipes on Windows are supported.
|
||||
|
||||
* Kernel
|
||||
* New methods:
|
||||
* Kernel#itself
|
||||
|
|
Loading…
Reference in a new issue