Skip to content

Commit 12d1875

Browse files
committed
add mention about regression on 2.3.2.
1 parent 608731a commit 12d1875

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

en/news/_posts/2016-11-21-ruby-2-3-3-released.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Ruby 2.3.3 has been released.
1111

1212
This release contains a bug fix about Refinements and Module#prepend.
1313
The mixture use of Module#refine and Module#prepend to the same Class could cause unexpected NoMethodError.
14+
This is a regression on Ruby 2.3.2 released last week.
1415
See [[Bug #12920]](https://bugs.ruby-lang.org/issues/12920) for details.
1516

1617
There are some bugfixes too.

ja/news/_posts/2016-11-21-ruby-2-3-3-released.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Ruby 2.3.3 がリリースされました。
1111

1212
このリリースには Refinements と Module#prepend に関する不具合の修正が含まれています。
1313
同じ Class に対して Module#refine と Module#prepend を併用すると意図しない NoMethodError が発生することがありました。
14+
これは先日の Ruby 2.3.2 のリリースで入り込んだ不具合です。
1415
詳しくは [[Bug #12920]](https://bugs.ruby-lang.org/issues/12920) を参照してください。
1516

1617
他にもいくつかの不具合修正がありました。

0 commit comments

Comments
 (0)