From 34727edaa3b282c437fbfa227deca4bd7a6c0c89 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 20 Aug 2007 19:00:27 +0000 Subject: * test_enumerator.rb (enum_test): fix to return sorted array (for Hash test). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 267c74224..7f8aabcc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 21 03:59:32 2007 Koichi Sasada + + * test_enumerator.rb (enum_test): fix to return sorted + array (for Hash test). + Tue Aug 21 03:55:20 2007 Koichi Sasada * enumerator.c (next_i): fix to return with Fiber#yield at -- cgit