summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-07 06:07:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-07 06:07:52 +0000
commit1518976cc628ecd4e598d4f53271ee354b12f4d4 (patch)
tree154ee32417920d359823deb344aec78ccd58ad84 /ChangeLog
parentaeebd0be3c4141cab8f148b8b41a01e2498470da (diff)
downloadruby-1518976cc628ecd4e598d4f53271ee354b12f4d4.tar.gz
ruby-1518976cc628ecd4e598d4f53271ee354b12f4d4.tar.xz
ruby-1518976cc628ecd4e598d4f53271ee354b12f4d4.zip
* enum.c (enum_each_with_index): make different arrays at each
iteration. [ruby-dev:32181] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f18e7d779..3a9920f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 7 15:07:51 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enum.c (enum_each_with_index): make different arrays at each
+ iteration. [ruby-dev:32181]
+
Tue Nov 7 05:17:24 2007 David Flanagan <davidflanagan@ruby-lang.org>
* eval.c: fix typo in invoke_method documentation