This commit is contained in:
Hiroshi SHIBATA 2022-12-19 11:38:23 +09:00
parent 63a9b72c17
commit 6229c02d6b
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -270,6 +270,10 @@ Note: We're only listing outstanding class updates.
* Refinement#refined_class has been added. [[Feature #12737]]
* RubyVM
* Add debug counters to `RubyVM.stat`. [[GH-6086]]
* RubyVM::AbstractSyntaxTree
* Add `error_tolerant` option for `parse`, `parse_file` and `of`. [[Feature #19013]]
@ -751,3 +755,4 @@ The following deprecated APIs are removed.
[Feature #19135]: https://bugs.ruby-lang.org/issues/19135
[Feature #19138]: https://bugs.ruby-lang.org/issues/19138
[Feature #19194]: https://bugs.ruby-lang.org/issues/19194
[GH-6086]: https://github.com/ruby/ruby/pull/6086