aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-23 15:05:05 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-23 15:05:05 +0000
commit3f2fe372005b0bd1f6535ffaaf23ff8ea4f8271f (patch)
tree4dcdc823721cd5e9f6090e1f2f0c42c217813077 /ChangeLog
parentfe377d3b8e554856b27e00b4c4e1ccce0cb1ee5e (diff)
downloadruby-3f2fe372005b0bd1f6535ffaaf23ff8ea4f8271f.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe5a55aeb3..4295152c5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@ Sat Jun 23 17:18:19 2007 Tanaka Akira <akr@fsij.org>
* re.c (match_inspect): MatchData#inspect implemented.
+Sat Jun 23 15:00:16 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* hash.c (rb_hash_assoc): new method.