From dafbab6cff8c384c9836d3843b8dca6220ab6fbe Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 13 May 2007 16:54:58 +0000 Subject: * array.c (rb_ary_choice): should return nil when the array is empty. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d649359c8..ae15ce9ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 14 01:54:15 2007 Yukihiro Matsumoto + + * array.c (rb_ary_choice): should return nil when the array is + empty. + Sat May 12 18:26:36 2007 Minero Aoki * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120] -- cgit