Removed empty sections

This commit is contained in:
Hiroshi SHIBATA 2023-12-25 12:04:28 +09:00
parent 27ead9907d
commit 1b5f3dd6a1
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -5,8 +5,6 @@ since the **3.2.0** release, except for bug fixes.
Note that each entry is kept to a minimum, see links for details. Note that each entry is kept to a minimum, see links for details.
## Language changes
## Command line options ## Command line options
* A new `performance` warning category was introduced. * A new `performance` warning category was introduced.
@ -280,8 +278,6 @@ changelog for details of the default gems or bundled gems.
* You can make pull requests or issues directly on [the Prism repository](https://github.com/ruby/prism) if you are interested in contributing * You can make pull requests or issues directly on [the Prism repository](https://github.com/ruby/prism) if you are interested in contributing
* You can now use `ruby --parser=prism` or `RUBYOPT="--parser=prism"` to experiment with the Prism compiler. Please note that this flag is for debugging only. * You can now use `ruby --parser=prism` or `RUBYOPT="--parser=prism"` to experiment with the Prism compiler. Please note that this flag is for debugging only.
## Supported platforms
## Compatibility issues ## Compatibility issues
* Subprocess creation/forking via the following file open methods is deprecated. [[Feature #19630]] * Subprocess creation/forking via the following file open methods is deprecated. [[Feature #19630]]