summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-12-13 13:53:34 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-12-13 13:53:34 +0900
commitd463b407e6ca059316ed33c39970aa32903667fb (patch)
treee5ddd6ac6f21ff9f63b39c7daab295e498031b72
parenta6fb63d2a05c0b26268781a10f8ed1b41d9db433 (diff)
NEWS.md: Mention suspendatble coverage [Feature #18176]
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f1dd23952f..a82e4afecd 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -345,6 +345,10 @@ Outstanding ones only.
* matrix
* prime
+* Coverage measurement nohw supports suspension. You can use `Coverage.suspend`
+ to stop the measurement temporarily, and `Coverage.resume` to restart it.
+ See [[Feature #18176]] in detail.
+
## Compatibility issues
Excluding feature bug fixes.
@@ -512,6 +516,7 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
[Feature #18020]: https://bugs.ruby-lang.org/issues/18020
[Feature #18029]: https://bugs.ruby-lang.org/issues/18029
[Feature #18172]: https://bugs.ruby-lang.org/issues/18172
+[Feature #18176]: https://bugs.ruby-lang.org/issues/18176
[Feature #18229]: https://bugs.ruby-lang.org/issues/18229
[Feature #18273]: https://bugs.ruby-lang.org/issues/18273
[Feature #18290]: https://bugs.ruby-lang.org/issues/18290