Skip to content

Commit 5bee360

Browse files
authored
Apply review after merge (#3282)
#3279 (review)
1 parent 6c818e4 commit 5bee360

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ko/news/_posts/2024-06-12-ruby-3-3-3-released.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ Ruby 3.3.3이 릴리스되었습니다.
1616
* REXML 3.2.8
1717
* strscan 3.0.9
1818
* `--dump=prism_parsetree``--parser=prism --dump=parsetree`로 대체되었습니다.
19-
* Invalid encoding symbols raise `SyntaxError` instead of `EncodingError`
2019
* 잘못된 인코딩 기호는 이제 `EncodingError` 대신 `SyntaxError`를 던집니다.
2120
* Ripper 파싱 중의 메모리 누수 문제 수정
22-
* YJIT의 버그 수정, `**{}`, `Ripper.tokenize`, `RubyVM::InstructionSequence#to_binary`, `--with-gmp`, 여러 빌드 환경 수정
21+
* YJIT, `**{}`, `Ripper.tokenize`, `RubyVM::InstructionSequence#to_binary`, `--with-gmp`, 몇몇 빌드 환경의 버그 수정
2322

2423
자세한 내용은 [GitHub 릴리스](https://github.com/ruby/ruby/releases/tag/v3_3_3)를 참조하세요.
2524

0 commit comments

Comments
 (0)