ruby-changes:70850
From: Koichi <ko1@a...>
Date: Thu, 13 Jan 2022 17:46:15 +0900 (JST)
Subject: [ruby-changes:70850] 9de380860d (master): add a NEWS entry of `Proc#dup`.
https://git.ruby-lang.org/ruby.git/commit/?id=9de380860d From 9de380860d8dc78963cabb5247c6e4a93a2fc5a9 Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Thu, 13 Jan 2022 17:45:25 +0900 Subject: add a NEWS entry of `Proc#dup`. --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 02a13acf687..849188a8f11 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,6 +30,9 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L30 * 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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L112 [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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/