Skip to content

Commit 6cefa16

Browse files
gfvcastrohsbt
authored andcommitted
Improve release note of Ruby 3.3.0-preview1 (en)
1 parent 28f4f59 commit 6cefa16

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

en/news/_posts/2023-05-12-ruby-3-3-0-preview1-released.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lang: en
99

1010
{% assign release = site.data.releases | where: "version", "3.3.0-preview1" | first %}
1111

12-
We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 adds a new pure-Ruby JIT compiler named RJIT, uses lrama as a parser generator, and many performance improvements especially YJIT.
12+
We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 adds a new pure-Ruby JIT compiler named RJIT, uses Lrama as a parser generator, and many performance improvements especially YJIT.
1313

1414
## RJIT
1515

@@ -22,7 +22,7 @@ We are pleased to announce the release of Ruby {{ release.version }}. Ruby 3.3 a
2222

2323
## Use Lrama instead of Bison
2424

25-
* Replace Bison with [Lrama LALR parser generator](https://github.com/yui-knk/lrama) [Feature #19637]
25+
* Replace Bison with [Lrama LALR parser generator](https://github.com/yui-knk/lrama) [Feature #19637](https://bugs.ruby-lang.org/issues/19637)
2626
* If you have interest, please see [The future vision of Ruby Parser](https://rubykaigi.org/2023/presentations/spikeolaf.html)
2727

2828
## YJIT
@@ -137,8 +137,6 @@ for more details.
137137
With those changes, [{{ release.stats.files_changed }} files changed, {{ release.stats.insertions }} insertions(+), {{ release.stats.deletions }} deletions(-)](https://github.com/ruby/ruby/compare/v3_2_0...{{ release.tag }}#file_bucket)
138138
since Ruby 3.2.0!
139139

140-
Merry Christmas, Happy Holidays, and enjoy programming with Ruby 3.3!
141-
142140
## Download
143141

144142
* <{{ release.url.gz }}>

0 commit comments

Comments
 (0)