2018-10-17 14:35:28 +03:00
|
|
|
# -*- rdoc -*-
|
2017-12-26 14:36:07 +03:00
|
|
|
|
2018-12-25 18:58:49 +03:00
|
|
|
= NEWS for Ruby 2.7.0
|
2017-12-26 14:36:07 +03:00
|
|
|
|
|
|
|
This document is a list of user visible feature changes made between
|
|
|
|
releases except for bug fixes.
|
|
|
|
|
2018-08-18 12:53:11 +03:00
|
|
|
Note that each entry is kept so brief that no reason behind or reference
|
|
|
|
information is supplied with. For a full list of changes with all
|
|
|
|
sufficient information, see the ChangeLog file or Redmine
|
2018-10-17 14:35:28 +03:00
|
|
|
(e.g. <tt>https://bugs.ruby-lang.org/issues/$FEATURE_OR_BUG_NUMBER</tt>)
|
2017-12-26 14:36:07 +03:00
|
|
|
|
2018-12-25 18:58:49 +03:00
|
|
|
== Changes since the 2.6.0 release
|
2017-12-28 23:09:24 +03:00
|
|
|
|
2018-10-17 14:35:28 +03:00
|
|
|
=== Language changes
|
2017-12-28 23:09:24 +03:00
|
|
|
|
2018-12-31 18:00:37 +03:00
|
|
|
* Method reference operator, <code>.:</code> is introduced as an
|
|
|
|
experimental feature. [Feature #12125] [Feature #13581]
|
|
|
|
|
2018-10-17 14:35:28 +03:00
|
|
|
=== Core classes updates (outstanding ones only)
|
2017-12-28 23:09:24 +03:00
|
|
|
|
2018-10-17 14:35:28 +03:00
|
|
|
=== Stdlib updates (outstanding ones only)
|
2017-12-28 23:09:24 +03:00
|
|
|
|
2018-11-05 10:01:47 +03:00
|
|
|
=== Compatibility issues (excluding feature bug fixes)
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2018-10-17 14:35:28 +03:00
|
|
|
=== Stdlib compatibility issues (excluding feature bug fixes)
|
2017-12-28 23:09:24 +03:00
|
|
|
|
2018-10-17 14:35:28 +03:00
|
|
|
=== C API updates
|
2017-12-28 23:09:24 +03:00
|
|
|
|
2018-10-17 14:35:28 +03:00
|
|
|
=== Implementation improvements
|
2017-12-28 23:09:24 +03:00
|
|
|
|
2018-10-17 14:35:28 +03:00
|
|
|
=== Miscellaneous changes
|