aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-26 16:52:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-26 17:28:50 +0900
commit825fbaa6df6ae3fdcc5a8a854882c4549924c52d (patch)
tree4ab8ec61b24208c710d29ff52030a5b6a2646f2e /NEWS.md
parent1507118f0b70fc8002b4b0f186b464c64965cd1e (diff)
downloadruby-825fbaa6df6ae3fdcc5a8a854882c4549924c52d.tar.gz
[Feature #19362] [DOC] Add to NEWS.md
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 912c9e6c1a..3dc85a912d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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