summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
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