From f2f91396576146f58ec299a6d8e5acf665493aa9 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 30 Nov 2023 15:38:49 +0900 Subject: [PATCH] Move #19785 correct category in NEWS --- NEWS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index ee2efce3912033..560d6e6f38efc7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,9 +12,6 @@ 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_%d_INIT_SLOTS` should be - used instead. [[Feature #19785]] ## Core classes updates @@ -201,6 +198,10 @@ changelog for details of the default gems or bundled gems. ## Compatibility issues +* The `RUBY_GC_HEAP_INIT_SLOTS` environment variable has been deprecated and + removed. Environment variables `RUBY_GC_HEAP_%d_INIT_SLOTS` should be + used instead. [[Feature #19785]] + ## Stdlib compatibility issues * `racc` is promoted to bundled gems.