[Feature #19362] [DOC] Add to NEWS.md

This commit is contained in:
Nobuyoshi Nakada 2023-10-26 16:52:17 +09:00
parent 1507118f0b
commit 825fbaa6df

View File

@ -49,6 +49,10 @@ Note: We're only listing outstanding class updates.
The class use equality semantic to lookup keys like a regular hash,
but it doesn't hold strong references on the keys. [[Feature #18498]]
* Proc
* Now Proc#dup and Proc#clone call `#initialize_dup` and `#initialize_clone`
hooks respectively. [[Feature #19362]]
* Process.warmup
* Notify the Ruby virtual machine that the boot sequence is finished,
@ -220,6 +224,7 @@ changelog for details of the default gems or bundled gems.
[Feature #19314]: https://bugs.ruby-lang.org/issues/19314
[Feature #19347]: https://bugs.ruby-lang.org/issues/19347
[Feature #19351]: https://bugs.ruby-lang.org/issues/19351
[Feature #19362]: https://bugs.ruby-lang.org/issues/19362
[Feature #19521]: https://bugs.ruby-lang.org/issues/19521
[Feature #19538]: https://bugs.ruby-lang.org/issues/19538
[Feature #19591]: https://bugs.ruby-lang.org/issues/19591