summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2022-07-29 14:00:29 +0900
committerAkinori MUSHA <knu@idaemons.org>2022-07-30 20:05:14 +0900
commitd050f162a7fa04ccb699fa25ef22cd18be4d7c42 (patch)
tree6b3b3073377466009ca7e4afad1ca4c676767228
parent1a73a6cdd2068b815430b775fe25186dab693faa (diff)
Mention Enumerator.product/Enumerator::Product in the NEWS.md
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6197
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index fdb58e4bb7..f2aa9d736c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -96,6 +96,9 @@ Note that each entry is kept to a minimum, see links for details.
Note: We're only listing outstanding class updates.
+* Enumerator
+ * Enumerator.product has been added. Enumerator::Product is the implementation. [[Feature #18685]]
+
* Hash
* Hash#shift now always returns nil if the hash is
empty, instead of returning the default value or