[前][次][番号順一覧][スレッド一覧]

ruby-changes:70424

From: Koichi <ko1@a...>
Date: Wed, 22 Dec 2021 02:49:49 +0900 (JST)
Subject: [ruby-changes:70424] 779039a4e0 (master): add ref to the ticket

https://git.ruby-lang.org/ruby.git/commit/?id=779039a4e0

From 779039a4e00f6d1bd2ccae405fe165ca9026fdc1 Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Wed, 22 Dec 2021 02:49:19 +0900
Subject: add ref to the ticket

---
 NEWS.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 161ad4713d6..b53f4129a89 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -174,9 +174,9 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L174
         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. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L539
 
 [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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]