summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-07 08:14:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-07 08:14:10 +0000
commit673dc51c251588be3c9f4b5b5486cd80d46dfeee (patch)
tree9e26efcb7b1858e6fb477f28b229b8326301adad /NEWS
parente0f1b514d2f78fe5ea17ddf240307cafbf47fccf (diff)
enum.c: Enumerable#tally
* enum.c (enum_tally): new methods Enumerable#tally, which group and count elements of the collection. [Feature #11076] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 039a2da606..67873ea306 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,12 @@ sufficient information, see the ChangeLog file or Redmine
=== Core classes updates (outstanding ones only)
+Enumerable::
+
+ New method::
+
+ * Added Enumerable#tally. [Feature #11076]
+
=== Stdlib updates (outstanding ones only)
CSV::