This commit is contained in:
Takashi Kokubun 2022-01-29 00:32:38 -08:00
Родитель 90a8b1c543
Коммит fbb3cab956
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -67,6 +67,10 @@ Note: We're only listing outstanding class updates.
* Refinement
* Refinement#refined_class has been added. [[Feature #12737]]
* Struct
* A Struct class can also be initialized with keyboard arguments
without `keyword_init: true` on `Struct.new` [[Feature #16806]]
## Stdlib updates
* The following default gem are updated.
@ -145,6 +149,7 @@ The following deprecated APIs are removed.
[Feature #15231]: https://bugs.ruby-lang.org/issues/15231
[Bug #15928]: https://bugs.ruby-lang.org/issues/15928
[Feature #16131]: https://bugs.ruby-lang.org/issues/16131
[Feature #16806]: https://bugs.ruby-lang.org/issues/16806
[Bug #16908]: https://bugs.ruby-lang.org/issues/16908
[Feature #17351]: https://bugs.ruby-lang.org/issues/17351
[Feature #17391]: https://bugs.ruby-lang.org/issues/17391