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 + + * NEWS: [DOC] Update doc regarding filesystem load when flushing IO + Mon Mar 3 04:37:50 2014 NAKAMURA Usaku * 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)