add a NEWS entry of `Proc#dup`.

This commit is contained in:
Koichi Sasada 2022-01-13 17:45:25 +09:00
parent 7e21b77dc6
commit 9de380860d
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,9 @@ Note: We're only listing outstanding class updates.
* Module.used_refinements has been added. [[Feature #14332]]
* Module#refinements has been added. [[Feature #12737]]
* Proc
* Proc#dup returns an instance of subclass. [[Bug #17545]]
* Refinement
* Refinement#refined_class has been added. [[Feature #12737]]
@ -109,4 +112,5 @@ The following deprecated APIs are removed.
[Feature #16131]: https://bugs.ruby-lang.org/issues/16131
[Feature #17351]: https://bugs.ruby-lang.org/issues/17351
[Feature #17391]: https://bugs.ruby-lang.org/issues/17391
[Bug #17545]: https://bugs.ruby-lang.org/issues/17545
[Feature #18351]: https://bugs.ruby-lang.org/issues/18351