aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-17 06:20:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-17 06:20:56 +0000
commit5362e7fcddf70d16fc4261383f99175c90881353 (patch)
treeb845f2187faa23394d4df8e3e2e9b1b3a2753a3b /ChangeLog
parent41e331cc361a1ba89a5663d2cec7505f5bc82552 (diff)
downloadruby-5362e7fcddf70d16fc4261383f99175c90881353.tar.gz
* enum.c (enum_each_slice): arrays to be yielded can be newly
created in the block. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4ae75bc50..08faa2496e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Fri Feb 17 13:24:43 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri Feb 17 15:20:30 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enum.c (enum_each_slice): arrays to be yielded can be newly
+ created in the block.
* enum.c: move work variables to objects not to let called blocks
access stack area out of scope. [Bug #5801]