NEWS.md 1.4 KB
Newer Older
Y
Yusuke Endoh 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# NEWS for Ruby 2.8.0 (tentative; to be 3.0.0)

This document is a list of user visible feature changes made between
releases except for bug fixes.

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
(e.g. `https://bugs.ruby-lang.org/issues/$FEATURE_OR_BUG_NUMBER`).

## Changes since the 2.7.0 release

### Language changes

### Command line options

### Core classes updates (outstanding ones only)

19
* Hash
Y
Yusuke Endoh 已提交
20

21
    * Modified method
Y
Yusuke Endoh 已提交
22

23
        * Hash#transform_keys now accepts a hash that maps keys to new
24
          keys.  [[Feature #16274]]
Y
Yusuke Endoh 已提交
25 26 27 28 29

### Stdlib updates (outstanding ones only)

### Compatibility issues (excluding feature bug fixes)

30
* Regexp literals are frozen [[Feature #8948]] [[Feature #16377]]
31

32 33 34
    ```
    /foo/.frozen? #=> true
    ```
35

36 37
* The bundled gems

38
    net-telnet and xmlrpc has been removed from the bundled gems.
39 40 41
    If you interested in the maintain them, Please comment your plan
    to https://github.com/ruby/xmlrpc or https://github.com/ruby/net-telnet.

Y
Yusuke Endoh 已提交
42 43 44 45 46 47 48
### Stdlib compatibility issues (excluding feature bug fixes)

### C API updates

### Implementation improvements

### Miscellaneous changes
49 50 51 52 53


[Feature #8948]:  https://bugs.ruby-lang.org/issues/8948
[Feature #16274]: https://bugs.ruby-lang.org/issues/16274
[Feature #16377]: https://bugs.ruby-lang.org/issues/16377