aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 22:18:38 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 22:18:38 +0000
commit60bfa43238c8c2ea9397ca26f88fcf2cd4216f2f (patch)
treec14c061f91a6365f485ffca603970c685d47a238
parent8b48053bebc35d22a8d7a95578f5efaac6d1a10b (diff)
downloadruby-60bfa43238c8c2ea9397ca26f88fcf2cd4216f2f.tar.gz
* NEWS: [DOC] Update doc regarding filesystem load when flushing IO [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fc3a72304..d94246e6a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 3 07:17:31 2014 Zachary Scott <e@zzak.io>
+
+ * NEWS: [DOC] Update doc regarding filesystem load when flushing IO
+
Mon Mar 3 04:37:50 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake
diff --git a/NEWS b/NEWS
index 0f23b73bb2..a25a320d4e 100644
--- a/NEWS
+++ b/NEWS
@@ -31,7 +31,7 @@ with all sufficient information, see the ChangeLog file.
* 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 till the load of the filesystem is decreased.
+ delayed until the filesystem load is decreased.
=== Stdlib updates (outstanding ones only)