From 1f27e8c17c748e7d4a93e1b119c69965f4b86e5b Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 16 Apr 2007 07:29:30 +0000 Subject: * enum.c (enum_each_with_index): each_with_index to forward arguments to each. [ruby-core:10921] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2097b2939..316280d46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 16 10:51:37 2007 Yukihiro Matsumoto + + * enum.c (enum_each_with_index): each_with_index to forward + arguments to each. [ruby-core:10921] + Mon Apr 16 10:43:10 2007 Yukihiro Matsumoto * time.c (time_arg): should allow to specify 24:00. -- cgit