aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-18 21:04:10 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-18 21:04:10 -0800
commit4de514da383ef70d784e2ddded42e74375880996 (patch)
tree1a7d0e63a0d756afaec404045836a9cf4908d41b
parentd64e10228da1cabf07c3d5f6289e219a12d4cd86 (diff)
downloadruby-4de514da383ef70d784e2ddded42e74375880996.tar.gz
Revert "Mentioned https://github.com/ruby/ruby/pull/6086 to NEWS"
This reverts commit 6229c02d6b895eda8c73efa8a41c73692d133a65. Nothing has been changed in RubyVM.stat on normal Ruby build. It seems confusing to say that something has been changed there. The flag is supposed to be enabled only by CRuby developers, and it's not efficient enough for public consumption.
-rw-r--r--NEWS.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS.md b/NEWS.md
index 647cc9cda4..6cdf01d4d2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -273,10 +273,6 @@ 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]]
@@ -770,6 +766,5 @@ 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
[GH-6791]: https://github.com/ruby/ruby/pull/6791
[GH-6868]: https://github.com/ruby/ruby/pull/6868