summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-24 13:51:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-24 13:51:28 +0000
commitf9382d033c03bc2d2d032db87c6bf65e0ab3f4fa (patch)
tree7677c7e5f4dec7746f73fe44413c1b6a24549549 /NEWS
parent0331e42be396bfb85f4f36009629f4199d074300 (diff)
[DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 021429867c..b609ef5926 100644
--- a/NEWS
+++ b/NEWS
@@ -17,10 +17,9 @@ with all sufficient information, see the ChangeLog file.
* Enumerable
* Extended methods:
- * min
- * min_by
- * max
- * max_by
+ * min, min_by, max and max_by supports optional argument to return
+ multiple elements.
+
* Symbol
* New methods
* Symbol.find(str) returns whether given string is defined as symbol or not.