From 907415bbb6c5eeba9926f1de3689e553aaa116a1 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 23 Jun 2009 17:01:58 +0000 Subject: [PATCH] describe IO#fdatasync. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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.