зеркало из https://github.com/github/ruby.git
add a NEWS entry of `Proc#dup`.
This commit is contained in:
Родитель
7e21b77dc6
Коммит
9de380860d
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче