mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: change at r45327
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a6c8346da1
commit
81ed2d65e4
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -32,6 +32,12 @@ with all sufficient information, see the ChangeLog file.
|
|||
* 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.
|
||||
* Proc
|
||||
* incompatible changes:
|
||||
* ArgumentError is no longer raised when lambda Proc is passed as a
|
||||
block, and the number of yielded arguments does not match the formal
|
||||
arguments of the lambda, if just an array is yielded and its length
|
||||
matches.
|
||||
|
||||
=== Stdlib updates (outstanding ones only)
|
||||
|
||||
|
|
Loading…
Reference in a new issue