summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-14 05:03:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-14 05:03:38 +0000
commitb2acfab28872b090d38daaddce408f70cdf8e167 (patch)
treeb71545242a45b58e0fe04349988030c1b723faac /NEWS
parent2eefb48f6f2b48480da2707f7cbebe54d1e95a42 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97431adcce..a01adc0beb 100644
--- a/NEWS
+++ b/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