Skip to content

Commit

Permalink
Move #19785 correct category in NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 30, 2023
1 parent f2ad246 commit f2f9139
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NEWS.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f2f9139

Please sign in to comment.