summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-26 16:29:21 +0900
committerGitHub <noreply@github.com>2021-03-26 16:29:21 +0900
commit9143d21b1bf2f16b1e847d569a588510726d8860 (patch)
tree8e2d3e939c64a5bd29c26e4416e753b89cfb5333 /NEWS.md
parent6a352e275bfdad84bec479b84dd2bc6d76697226 (diff)
Enumerable#tally with the resulting hash [Feature #17744]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4318 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f8d2179a88..cf79ab7ab7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -23,6 +23,8 @@ Outstanding ones only.
* Enumerable#compact is added. [[Feature #17312]]
+ * Enumerable#tally now accepts an optional hash to count. [[Feature #17744]]
+
* Enumerator::Lazy
* Enumerator::Lazy#compact is added. [[Feature #17312]]
@@ -99,3 +101,4 @@ Excluding feature bug fixes.
[Feature #17411]: https://bugs.ruby-lang.org/issues/17411
[Bug #17423]: https://bugs.ruby-lang.org/issues/17423
[Feature #17479]: https://bugs.ruby-lang.org/issues/17479
+[Feature #17744]: https://bugs.ruby-lang.org/issues/17744