mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a NEWS entry of Proc#dup
.
This commit is contained in:
parent
7e21b77dc6
commit
9de380860d
1 changed files with 4 additions and 0 deletions
4
NEWS.md
4
NEWS.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue