Skip to content

Commit 9cee0d9

Browse files
committed
Adjust the styling of CHANGELOG.md§24.0.0 a bit to implicitly clarify re. Ruby 3.3 support
1 parent 93ddddb commit 9cee0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Memory Footprint:
3232
New features:
3333

3434
* C/C++ extensions are now compiled using the system toolchain and executed natively instead of using GraalVM LLVM (Sulong). This leads to faster startup, no warmup, better compatibility, smaller distribution and faster installation for C/C++ extensions (#3118, @eregon).
35-
* Full support for the Ruby 3.2 and Ruby 3.3 syntax by adopting the [Prism](https://github.com/ruby/prism) parser, which is about twice as fast as the old parser (#3117, #3038, #3039, @andrykonchin, @eregon).
35+
* Full support for the Ruby 3.2 (and Ruby 3.3) _syntax_ by adopting the [Prism](https://github.com/ruby/prism) parser, which is about twice as fast as the old parser (#3117, #3038, #3039, @andrykonchin, @eregon).
3636
* Pattern matching is now fully supported (#3332, #2683, @eregon, @razetime).
3737

3838
Bug fixes:

0 commit comments

Comments
 (0)