@@ -21,23 +21,29 @@ It introduces some new features and performance improvements, for example:
21
21
22
22
* rescue/else/ensure are allowed inside do/end blocks. [ Feature #12906 ]
23
23
24
-
25
24
* yield\_ self [ Feature #6721 ]
26
- * absent operator
27
- https://github.com/k-takata/Onigmo/issues/82
28
25
29
26
## Other notable changes since 2.3
30
27
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 )
37
43
or commit logs for details.
38
44
39
45
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 )
41
47
since Ruby 2.4.0!
42
48
43
49
Enjoy Ruby 2.5.0-preview1!
0 commit comments