diff --git a/en/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md b/en/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md index d80f976902..4d417a534b 100644 --- a/en/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md +++ b/en/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md @@ -201,7 +201,7 @@ deprecated, and conversion will be removed in Ruby 3. [[Feature #14183]](https: * Update Unicode version to 12.1.0, adding support for U+32FF SQUARE ERA NAME REIWA. [[Feature #15195]](https://bugs.ruby-lang.org/issues/15195) -* `Date.jisx0301`, `Date#jisx0301`, and `Date.parse` provisionally support the new Japanese era as an informal extension, until the new JIS X 0301 is issued. [[Feature #15742]](https://bugs.ruby-lang.org/issues/15742) +* `Date.jisx0301`, `Date#jisx0301`, and `Date.parse` support the new Japanese era. [[Feature #15742]](https://bugs.ruby-lang.org/issues/15742) * Require compilers to support C99 [[Misc #15347]](https://bugs.ruby-lang.org/issues/15347) * Details of our dialect: diff --git a/ja/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md b/ja/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md index 2785a663b1..18da095dca 100644 --- a/ja/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md +++ b/ja/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md @@ -174,7 +174,7 @@ Ruby に添付されている REPL (Read-Eval-Print-Loop) である `irb` で、 * Unicode のバージョンが 12.1.0 となり、新元号「令和」を表す合字 U+32FF がサポートされました。[[Feature #15195]](https://bugs.ruby-lang.org/issues/15195) -* `Date.jisx0301`, `Date#jisx0301`, および `Date.parse` で非公式に新元号に仮対応しました。これは JIS X 0301 の新しい版で正式な仕様が決定されるまでの暫定的なものです。[[Feature #15742]](https://bugs.ruby-lang.org/issues/15742) +* `Date.jisx0301`, `Date#jisx0301`, および `Date.parse` で新元号に仮対応しました。[[Feature #15742]](https://bugs.ruby-lang.org/issues/15742) * Ruby のビルドに C99 に対応したコンパイラが必要になりました。[[Misc #15347]](https://bugs.ruby-lang.org/issues/15347) * 本件についての詳細: