summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 17:01:58 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 17:01:58 +0000
commit907415bbb6c5eeba9926f1de3689e553aaa116a1 (patch)
tree63fad29a1d485f9a58daef75a3288dddcedd87c5 /NEWS
parentfdd6c4be17d6a9190a914b2eb48c6e549a811f0f (diff)
describe IO#fdatasync.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab261ce1c9..d064090719 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ with all sufficient information, see the ChangeLog file.
if defined.
* IO
+ * new method:
+ * IO#fdatasync
+
* extended methods:
* IO.pipe can take a block.