2018-10-17 11:35:28 +00:00
|
|
|
# -*- rdoc -*-
|
2017-12-26 11:36:07 +00:00
|
|
|
|
2018-12-25 15:58:49 +00:00
|
|
|
= NEWS for Ruby 2.7.0
|
2017-12-26 11:36:07 +00:00
|
|
|
|
|
|
|
This document is a list of user visible feature changes made between
|
|
|
|
releases except for bug fixes.
|
|
|
|
|
2018-08-18 09:53:11 +00: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 11:35:28 +00:00
|
|
|
(e.g. <tt>https://bugs.ruby-lang.org/issues/$FEATURE_OR_BUG_NUMBER</tt>)
|
2017-12-26 11:36:07 +00:00
|
|
|
|
2018-12-25 15:58:49 +00:00
|
|
|
== Changes since the 2.6.0 release
|
2017-12-28 20:09:24 +00:00
|
|
|
|
2018-10-17 11:35:28 +00:00
|
|
|
=== Language changes
|
2017-12-28 20:09:24 +00:00
|
|
|
|
2018-12-31 15:00:37 +00:00
|
|
|
* Method reference operator, <code>.:</code> is introduced as an
|
|
|
|
experimental feature. [Feature #12125] [Feature #13581]
|
|
|
|
|
2019-01-10 08:19:14 +00:00
|
|
|
* Proc.new and proc with no block in a method called with a block is warned
|
|
|
|
now.
|
|
|
|
|
|
|
|
* lambda with no block in a method called with a block errs.
|
|
|
|
|
2018-10-17 11:35:28 +00:00
|
|
|
=== Core classes updates (outstanding ones only)
|
2017-12-28 20:09:24 +00:00
|
|
|
|
2018-10-17 11:35:28 +00:00
|
|
|
=== Stdlib updates (outstanding ones only)
|
2017-12-28 20:09:24 +00:00
|
|
|
|
2019-01-25 06:49:59 +00:00
|
|
|
[CSV]
|
|
|
|
|
|
|
|
* Upgrade to 3.0.4.
|
|
|
|
See https://github.com/ruby/csv/blob/master/NEWS.md.
|
|
|
|
|
2019-01-25 06:35:04 +00:00
|
|
|
[RSS]
|
|
|
|
|
|
|
|
* Upgrade to RSS 0.2.8.
|
|
|
|
See https://github.com/ruby/rss/blob/master/NEWS.md.
|
|
|
|
|
2018-11-05 07:01:47 +00:00
|
|
|
=== Compatibility issues (excluding feature bug fixes)
|
2018-11-02 23:07:56 +00:00
|
|
|
|
2018-10-17 11:35:28 +00:00
|
|
|
=== Stdlib compatibility issues (excluding feature bug fixes)
|
2017-12-28 20:09:24 +00:00
|
|
|
|
2018-10-17 11:35:28 +00:00
|
|
|
=== C API updates
|
2017-12-28 20:09:24 +00:00
|
|
|
|
2018-10-17 11:35:28 +00:00
|
|
|
=== Implementation improvements
|
2017-12-28 20:09:24 +00:00
|
|
|
|
2018-10-17 11:35:28 +00:00
|
|
|
=== Miscellaneous changes
|
2019-01-10 08:22:23 +00:00
|
|
|
|
|
|
|
* Require compilers to support C99 [Misc #15347]
|
|
|
|
* Details of our dialect: https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/C99
|