mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a NEWS entry about [Feature #16806]
This commit is contained in:
parent
90a8b1c543
commit
fbb3cab956
1 changed files with 5 additions and 0 deletions
5
NEWS.md
5
NEWS.md
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue