summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2021-12-22 02:49:19 +0900
committerKoichi Sasada <ko1@atdot.net>2021-12-22 02:49:19 +0900
commit779039a4e00f6d1bd2ccae405fe165ca9026fdc1 (patch)
treed16c59d3d195cbcafdca0e4704cc167ee858cea8
parentcdb7d699d0641e8f081d590d06d07887ac09961f (diff)
add ref to the ticket
-rw-r--r--NEWS.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 161ad4713d..b53f4129a8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -174,9 +174,9 @@ Note: We're only listing outstanding class updates.
Measurement can introduce overhead. It is enabled by default.
GC.measure_total_time returns the current setting.
GC.stat[:time] or GC.stat(:time) returns measured time
- in milli-seconds.
+ in milli-seconds. [[[Feature #10917]]]
- * GC.total_time returns measured time in nano-seconds.
+ * GC.total_time returns measured time in nano-seconds. [[[Feature #10917]]]
* Integer
@@ -539,6 +539,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Bug #4443]: https://bugs.ruby-lang.org/issues/4443
[Feature #6210]: https://bugs.ruby-lang.org/issues/6210
+[Feature #10917]: https://bugs.ruby-lang.org/issues/10917
[Feature #11256]: https://bugs.ruby-lang.org/issues/11256
[Feature #11689]: https://bugs.ruby-lang.org/issues/11689
[Feature #12194]: https://bugs.ruby-lang.org/issues/12194