This commit is contained in:
Nobuyoshi Nakada 2021-01-02 16:42:45 +09:00
Родитель b8d33df1d9
Коммит 68ea7720b3
1 изменённых файлов: 11 добавлений и 0 удалений

11
NEWS.md
Просмотреть файл

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