From efa3414b16b058d76062e43abdef56b6c54d4b31 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 23 Jun 2007 15:05:05 +0000 Subject: * enum.c (enum_minmax): new method to get the minimum and maximum values from the enumerable at once. * enum.c (enum_minmax_by): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fe5a55aeb..4295152c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ Sat Jun 23 17:18:19 2007 Tanaka Akira * re.c (match_inspect): MatchData#inspect implemented. +Sat Jun 23 15:00:16 2007 Yukihiro Matsumoto + + * enum.c (enum_minmax): new method to get the minimum and maximum + values from the enumerable at once. + + * enum.c (enum_minmax_by): ditto. + Sat Jun 23 01:25:40 2007 Yukihiro Matsumoto * hash.c (rb_hash_assoc): new method. -- cgit