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

NEWS: [Feature #17312] [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-01-02 16:42:45 +09:00
parent b8d33df1d9
commit 68ea7720b3
Notes: git 2021-01-02 17:27:50 +09:00

11
NEWS.md
View file

@ -16,6 +16,14 @@ sufficient information, see the ChangeLog file or Redmine
Outstanding ones only.
* Enumerable
* Enumerable#compact is added. [[Feature #17312]]
* Enumerator::Lazy
* Enumerator::Lazy#compact is added. [[Feature #17312]]
## Stdlib updates
Outstanding ones only.
@ -39,3 +47,6 @@ Excluding feature bug fixes.
### TypeProf
## Miscellaneous changes
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312