From 4813a4a355e00209ac369dfc6be6684023dcd9fd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Aug 2007 16:53:36 +0000 Subject: * enum.c (enum_zip): zip no longer converts arguments into arrays, uses enumerators. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53dbdcef6..591b36a05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 7 01:42:05 2007 Yukihiro Matsumoto + + * enum.c (enum_zip): zip no longer converts arguments into + arrays, uses enumerators. + Tue Aug 7 01:27:47 2007 Yukihiro Matsumoto * cont.c (rb_fiber_yield): change argument ordering. export. -- cgit