Skip to content

Commit 0b2a9dc

Browse files
committed
update
1 parent ae352ec commit 0b2a9dc

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

en/news/_posts/2017-09-18-ruby-2-5-0-preview1-released.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,29 @@ It introduces some new features and performance improvements, for example:
2121

2222
* rescue/else/ensure are allowed inside do/end blocks. [Feature #12906]
2323

24-
2524
* yield\_self [Feature #6721]
26-
* absent operator
27-
https://github.com/k-takata/Onigmo/issues/82
2825

2926
## Other notable changes since 2.3
3027

31-
* RDoc: Merge rdoc-6.0.0.beta2 from upstream.
32-
This version changed lexer used Ripper from lexer based IRB,
33-
and it much improved the performance of generating document.
34-
see details: https://github.com/ruby/rdoc/pull/512
35-
36-
See [NEWS](https://github.com/ruby/ruby/blob/v2_5_0/NEWS)
28+
* Merge Onigmo to 6.1.1.
29+
It adds [absent operator](https://github.com/k-takata/Onigmo/issues/82)
30+
Note that Ruby 2.4.1 also includes this change.
31+
* Merge bundler to standard libraries.
32+
* Merge rubygems-2.6.13.
33+
* Merge rdoc-6.0.0.beta2.
34+
Change lexer IRB based one to Ripper.
35+
It much improves the speed of generating document.
36+
https://github.com/ruby/rdoc/pull/512
37+
This also includes
38+
* Fix so many bugs in the last dozen years or so
39+
* Support new Ruby syntaxes in the last several years
40+
* Update supported Unicode version to 10.0.0.
41+
42+
See [NEWS](https://github.com/ruby/ruby/blob/v2_5_0_preview1/NEWS)
3743
or commit logs for details.
3844

3945
With those changes,
40-
[2523 files changed, 289129 insertions(+), 84670 deletions(-)](https://github.com/ruby/ruby/compare/v2_4_0...v2_5_0)
46+
[2523 files changed, 289129 insertions(+), 84670 deletions(-)](https://github.com/ruby/ruby/compare/v2_4_0...v2_5_0_preview1)
4147
since Ruby 2.4.0!
4248

4349
Enjoy Ruby 2.5.0-preview1!

ja/news/_posts/2017-09-18-ruby-2-5-0-preview1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2017-09-18 00:00:00 +0000
77
lang: ja
88
---
99

10-
Ruby 2.5.0にむけたの最初のプレビューである、Ruby 2.4.0-preview1がリリースされました。
10+
Ruby 2.5.0にむけたの最初のプレビューである、Ruby 2.5.0-preview1がリリースされました。
1111

1212
Ruby 2.5.0 では以下に示すようなたくさんの新機能が含まれています:
1313

0 commit comments

Comments
 (0)