summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-14 04:29:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-14 04:29:36 +0000
commit81ed2d65e4c33a9d2165b23b2e31a1dfeafde89c (patch)
tree3c007067eb52df87fe3208b67c0b18c6aa5198af /NEWS
parenta6c8346da12a013c98b6016304a946eeaa3a723a (diff)
NEWS: change at r45327
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45334 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 32ef9a4073..753ebd891b 100644
--- a/NEWS
+++ b/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)