summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 11:38:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-19 11:38:25 +0900
commit6229c02d6b895eda8c73efa8a41c73692d133a65 (patch)
tree7f0eb722b3eb7cf53aee3f9253ba0efca84c1d17 /NEWS.md
parent63a9b72c171219db9310ee613a69d5bcc5926220 (diff)
Mentioned https://github.com/ruby/ruby/pull/6086 to NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
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