summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 18:01:55 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 18:01:55 +0000
commit5c8b8c03b367376cbae5f22cf8f751df5bdb8142 (patch)
treeae0cd59d1dc60a3c8a3e03f7d773f4887fa5cc90 /NEWS
parentab3002afa38570ada924c551c701ea27084f98f4 (diff)
* NEWS: mention about the change of r45254.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 124e40aaf0..0f23b73bb2 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,12 @@ with all sufficient information, see the ChangeLog file.
=== Core classes compatibility issues (excluding feature bug fixes)
+* 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 till the load of the filesystem is decreased.
+
=== Stdlib updates (outstanding ones only)
=== Stdlib compatibility issues (excluding feature bug fixes)