summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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