aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-08-24 14:23:19 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-08-25 21:50:56 -0400
commit9ea9f992487711fa1a66637edcaf1327d0cd5099 (patch)
treee48cb32d2078ed23f3be0897b6281ff11dcb28a6 /NEWS.md
parent487d91fde18949e35d80ac1a4651a1f3124e1763 (diff)
downloadruby-9ea9f992487711fa1a66637edcaf1327d0cd5099.tar.gz
[Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTS
This environment variable is replaced by `RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS`, so it doesn't make sense to keep it.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 1ce8995e4b..383e6ed04d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -12,6 +12,7 @@ Note that each entry is kept to a minimum, see links for details.
* A new `performance` warning category was introduced.
They are not displayed by default even in verbose mode.
Turn them on with `-W:performance` or `Warning[:performance] = true`. [[Feature #19538]]
+* The `RUBY_GC_HEAP_INIT_SLOTS` environment variable has been deprecated and removed. Environment variables `RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS` should be used instead. [[Feature #19785]]
## Core classes updates
@@ -164,3 +165,4 @@ changelog for details of the default gems or bundled gems.
[Feature #19538]: https://bugs.ruby-lang.org/issues/19538
[Feature #19591]: https://bugs.ruby-lang.org/issues/19591
[Feature #19714]: https://bugs.ruby-lang.org/issues/19714
+[Feature #19785]: https://bugs.ruby-lang.org/issues/19785