From d2995a5d11928dc75cbc784e7e3013114cedda37 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 22 Aug 2025 14:08:31 -0400 Subject: [PATCH] [DOC] Add ObjectSpace._id2ref deprecated to NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index b3d04feacf..9e436dcae1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -209,6 +209,8 @@ The following bundled gems are updated. [[Feature #21262]] +* `ObjectSpace._id2ref` is deprecated. [[Feature #15408]] + ## Stdlib compatibility issues * CGI library is removed from the default gems. Now we only provide `cgi/escape` for @@ -259,6 +261,7 @@ The following bundled gems are updated. * `--rjit` is removed. We will move the implementation of the third-party JIT API to the [ruby/rjit](https://github.com/ruby/rjit) repository. +[Feature #15408]: https://bugs.ruby-lang.org/issues/15408 [Feature #17473]: https://bugs.ruby-lang.org/issues/17473 [Feature #18455]: https://bugs.ruby-lang.org/issues/18455 [Feature #19908]: https://bugs.ruby-lang.org/issues/19908