summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index 768336dac9..0a8c22a39a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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.
-## Language changes
-
## Command line options
* 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 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
* Subprocess creation/forking via the following file open methods is deprecated. [[Feature #19630]]