mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: mention about the change of r45254.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ab3002afa3
commit
5c8b8c03b3
1 changed files with 6 additions and 0 deletions
6
NEWS
6
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)
|
||||
|
|
Loading…
Reference in a new issue