Skip to content

Commit

Permalink
Add NEWS entry for the deprecation of subprocess creation/forking
Browse files Browse the repository at this point in the history
[Feature #19630]
  • Loading branch information
mame committed Nov 30, 2023
1 parent f7d2688 commit e1b65e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Expand Up @@ -207,6 +207,15 @@ changelog for details of the default gems or bundled gems.

## Compatibility issues

* Subprocess creation/forking via the following file open methods is deprecated. [[Feature #19630]]
* Kernel#open
* URI.open
* IO.binread
* IO.foreach
* IO.readlines
* IO.read
* IO.write

* 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]]
Expand Down Expand Up @@ -318,6 +327,7 @@ changelog for details of the default gems or bundled gems.
[Feature #19561]: https://bugs.ruby-lang.org/issues/19561
[Feature #19572]: https://bugs.ruby-lang.org/issues/19572
[Feature #19591]: https://bugs.ruby-lang.org/issues/19591
[Feature #19630]: https://bugs.ruby-lang.org/issues/19630
[Feature #19714]: https://bugs.ruby-lang.org/issues/19714
[Feature #19776]: https://bugs.ruby-lang.org/issues/19776
[Feature #19785]: https://bugs.ruby-lang.org/issues/19785
Expand Down

0 comments on commit e1b65e5

Please sign in to comment.