From ed4f2c0744489f2be58f75f912dcd4fa6b8cb0ca Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 1 Oct 2007 14:46:07 +0000 Subject: * array.c (rb_ary_combination): revisit #combination behavior. suggested by David Flanagan. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a56d0ca61..c1e718a16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 1 23:44:23 2007 Yukihiro Matsumoto + + * array.c (rb_ary_combination): revisit #combination behavior. + suggested by David Flanagan. + Mon Oct 1 16:17:44 2007 Tanaka Akira * bootstraptest/test_method.rb: use assert_normal_exit to test -- cgit