Skip to content

Commit

Permalink
Update compatibility.md re. TruffleRuby 24.0
Browse files Browse the repository at this point in the history
https://github.com/oracle/truffleruby/releases/tag/graal-24.0.0

Does _not_ mention Ruby 3.3 *syntax* as it’s currently the only Ruby 3.3 feature officially supported.
The changelogs will also receive a clarification. See #3530

Co-Authored-By: Benoit Daloze <168854+eregon@users.noreply.github.com>
  • Loading branch information
ParadoxV5 and eregon committed Apr 16, 2024
1 parent 92b4cdd commit 93ddddb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/user/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ In the C API, the preprocessor macro `TRUFFLERUBY` is defined, which can be chec
## Ruby 3.x Features

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

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

## Features Entirely Missing

Expand Down

0 comments on commit 93ddddb

Please sign in to comment.