mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add [Feature #19013] to NEWS [ci skip]
This commit is contained in:
parent
a11952dac1
commit
0d697e341a
Notes:
git
2022-10-22 07:46:51 +00:00
1 changed files with 3 additions and 0 deletions
3
NEWS.md
3
NEWS.md
|
|
@ -184,6 +184,9 @@ Note: We're only listing outstanding class updates.
|
|||
* Refinement
|
||||
* Refinement#refined_class has been added. [[Feature #12737]]
|
||||
|
||||
* RubyVM::AbstractSyntaxTree
|
||||
* Add `error_tolerant` option for `parse`, `parse_file` and `of`. [[Feature #19013]]
|
||||
|
||||
* Set
|
||||
* Set is now available as a built-in class without the need for `require "set"`. [[Feature #16989]]
|
||||
It is currently autoloaded via the `Set` constant or a call to `Enumerable#to_set`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue