1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Mention Enumerator.product/Enumerator::Product in the NEWS.md

This commit is contained in:
Akinori MUSHA 2022-07-29 14:00:29 +09:00
parent 1a73a6cdd2
commit d050f162a7
No known key found for this signature in database
GPG key ID: C5D7717121727E34
Notes: git 2022-07-30 20:05:56 +09:00

View file

@ -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