summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2021-11-08 16:33:04 -0500
committerPeter Zhu <peter@peterzhu.ca>2021-11-08 16:41:03 -0500
commite014c9d607741180360d72e506885ab23dd032d5 (patch)
tree530773e61b9d8cec7dabd4abfcc8693154c13a3b /NEWS.md
parent39d3d24abbd63a109ebf70c229e3a6cab927fc90 (diff)
[ci skip] Update NEWS.md for [Feature #18290]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5095
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 80dbc4dff4..96c25e2109 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -310,6 +310,9 @@ Excluding feature bug fixes.
* Documented. [[GH-4815]]
+* `rb_gc_force_recycle` is deprecated and has been changed to a no-op.
+ [[Feature #18290]]
+
## Implementation improvements
### JIT
@@ -423,5 +426,6 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Feature #18029]: https://bugs.ruby-lang.org/issues/18029
[Feature #18172]: https://bugs.ruby-lang.org/issues/18172
[Feature #18229]: https://bugs.ruby-lang.org/issues/18229
+[Feature #18290]: https://bugs.ruby-lang.org/issues/18290
[GH-1509]: https://github.com/ruby/ruby/pull/1509
[GH-4815]: https://github.com/ruby/ruby/pull/4815