Skip to content

Commit

Permalink
Remove blankline to show summary of the article on top page
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Nov 12, 2023
1 parent 3a5646d commit 5d7783a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion en/news/_posts/2023-11-12-ruby-3-3-0-preview3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ lang: en
---

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

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

## Prism
Expand Down
1 change: 0 additions & 1 deletion ja/news/_posts/2023-11-12-ruby-3-3-0-preview3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ lang: ja
---

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

Ruby {{ release.version }} が公開されました。Ruby 3.3ではPrismという新しいパーサーの追加、新しいパーサージェネレーターであるLramaによるBisonの置き換え、RJITという新たなJITの仕組みを追加、YJITの高速化など様々な改善が行われています。

## Prism
Expand Down

0 comments on commit 5d7783a

Please sign in to comment.