summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 17:55:01 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 17:55:01 +0000
commit7361587fffcddef72b11e611cb12726be2772513 (patch)
treecf2ace5d94079852a6424fc911ea6c92bda0e0f3
parent6ea6e972b281f682d6f3d6a8a9b8d0fcfcf9ef61 (diff)
NEWS: use of copy_file_range(2) isn't a new method
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c7b93c5b05..8741251ad7 100644
--- a/NEWS
+++ b/NEWS
@@ -89,11 +89,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* IO
+ * IO#copy_stream tries copy offload with copy_file_range(2) [Feature #13867]
+
* New methods:
* IO#pread [Feature #4532]
* IO#pwrite [Feature #4532]
- * IO#copy_stream tries copy offload with copy_file_range(2) [Feature #13867]
* IO#write accepts multiple arguments [Feature #9323]
* IOError