From 1c0243932f06464ed814e0be5b7dd8949c656e95 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 23 Jun 2009 17:01:58 +0000 Subject: describe IO#fdatasync. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index ab261ce1c..d06409071 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. -- cgit