diff --git a/NEWS.md b/NEWS.md index c33841b4a7..f45bb1d41a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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