2020-12-25 17:31:48 +09:00
|
|
|
# NEWS for Ruby 3.1.0
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-02-16 21:00:34 +01:00
|
|
|
This document is a list of user visible feature changes
|
2020-12-25 17:31:48 +09:00
|
|
|
since the **3.0.0** release, except for bug fixes.
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-12-22 14:27:38 -05:00
|
|
|
Note that each entry is kept to a minimum, see links for details.
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-01-18 17:46:52 +09:00
|
|
|
## Language changes
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-01-18 17:46:52 +09:00
|
|
|
## Command line options
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-03-03 17:37:51 +09:00
|
|
|
## Core classes updates
|
|
|
|
|
|
|
|
Outstanding ones only.
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2021-01-02 16:42:45 +09:00
|
|
|
* Enumerable
|
|
|
|
|
|
|
|
* Enumerable#compact is added. [[Feature #17312]]
|
|
|
|
|
|
|
|
* Enumerator::Lazy
|
|
|
|
|
|
|
|
* Enumerator::Lazy#compact is added. [[Feature #17312]]
|
|
|
|
|
2020-03-03 17:37:51 +09:00
|
|
|
## Stdlib updates
|
|
|
|
|
|
|
|
Outstanding ones only.
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-03-03 17:37:51 +09:00
|
|
|
## Compatibility issues
|
|
|
|
|
|
|
|
Excluding feature bug fixes.
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-08-24 15:38:03 +09:00
|
|
|
## Stdlib compatibility issues
|
2020-06-18 21:11:19 +09:00
|
|
|
|
2020-01-18 17:46:52 +09:00
|
|
|
## C API updates
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-01-18 17:46:52 +09:00
|
|
|
## Implementation improvements
|
2020-01-15 12:42:47 +09:00
|
|
|
|
2020-06-26 00:54:05 -07:00
|
|
|
### JIT
|
|
|
|
|
2020-11-10 18:15:57 +01:00
|
|
|
## Static analysis
|
2020-10-20 13:16:19 +09:00
|
|
|
|
|
|
|
### RBS
|
2020-09-25 17:08:39 +09:00
|
|
|
|
2020-10-20 13:16:19 +09:00
|
|
|
### TypeProf
|
|
|
|
|
2020-01-18 17:46:52 +09:00
|
|
|
## Miscellaneous changes
|
2021-01-02 16:42:45 +09:00
|
|
|
|
|
|
|
|
|
|
|
[Feature #17312]: https://bugs.ruby-lang.org/issues/17312
|