Skip to content

Commit 47b0c3c

Browse files
committed
[GR-19691] Update compatibility.md re. TruffleRuby 24.0 (#3530)
PullRequest: truffleruby/4563
2 parents ddf0f1f + baea87d commit 47b0c3c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Memory Footprint:
185185
New features:
186186

187187
* 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).
188-
* 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).
188+
* 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).
189189
* Pattern matching is now fully supported (#3332, #2683, @eregon, @razetime).
190190

191191
Bug fixes:

doc/user/compatibility.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ In the C API, the preprocessor macro `TRUFFLERUBY` is defined, which can be chec
3636
## Ruby 3.x Features
3737

3838
Most features of Ruby 3.2 and earlier are supported in TruffleRuby.
39-
However some features are not yet implemented.
39+
However, some features are not yet implemented.
4040
See the following issues for details:
4141

4242
* [Ruby 3.2 features](https://github.com/oracle/truffleruby/issues/3039)
4343
* [Ruby 3.1 features](https://github.com/oracle/truffleruby/issues/2733)
4444
* [Ruby 3.0 features](https://github.com/oracle/truffleruby/issues/2453)
45-
* [Pattern Matching](https://github.com/oracle/truffleruby/issues/3332)
46-
* [Endless methods](https://github.com/oracle/truffleruby/issues/3038)
4745

4846
## Features Entirely Missing
4947

0 commit comments

Comments
 (0)