From d050f162a7fa04ccb699fa25ef22cd18be4d7c42 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 29 Jul 2022 14:00:29 +0900 Subject: [PATCH] Mention Enumerator.product/Enumerator::Product in the NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) 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