aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-25 12:04:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-25 12:04:28 +0900
commit1b5f3dd6a1a5d054e3fd5af10b5dc2f49e1046fc (patch)
tree8a1669c6037df48e5020d4c75980287c0aadfa89 /NEWS.md
parent27ead9907db12a6ff955cd86a15a62ff1f064392 (diff)
downloadruby-1b5f3dd6a1a5d054e3fd5af10b5dc2f49e1046fc.tar.gz
Removed empty sections
Diffstat (limited to 'NEWS.md')
-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]]