summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-16 07:48:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-16 07:48:22 +0000
commit4c1666875f431105a63daf37f28734f9d1960ec2 (patch)
treece65a14de4ff11bbde866a094e2ba454227ef90e
parente4cf2f328d545788c8273a4e5cfb30c1a92632e9 (diff)
* NEWS: mention about IO#fsync (and IO#flush). adviced by kosaki.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 86656c58ea..855d058bab 100644
--- a/NEWS
+++ b/NEWS
@@ -107,9 +107,10 @@ with all sufficient information, see the ChangeLog file.
* IO
* incompatible changes:
- * When flushing file IO, you cannot assume that the metadata of the file
- is updated immediately. On some platforms (especially Windows), it is
- delayed until the filesystem load is decreased.
+ * When flushing file IO with IO#flush, you cannot assume that the metadata
+ of the file is updated immediately. On some platforms (especially
+ Windows), it is delayed until the filesystem load is decreased.
+ Use IO#fsync if you want to guarantee updaiting metadata.
* Math
* incompatible changes: