From 950dc1698910e329fe224720123292e27c9d0981 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Sat, 17 Dec 2022 19:04:55 +0900 Subject: Move Coverage-related items to Stdlib section --- NEWS.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index db3837a78f..9ed71e01c9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -90,12 +90,6 @@ Note that each entry is kept to a minimum, see links for details. foo(k: 1) ``` -* `eval` and related methods are able to generate code coverage. Enabled using - `Coverage.setup(:all)` or `Coverage.setup(eval: true)`. [[Feature #19008]] - -* `Coverage.supported?(mode)` enables detection of what coverage modes are - supported. [[Feature #19026]] - ## Core classes updates Note: We're only listing outstanding class updates. @@ -409,6 +403,14 @@ Note: We're only listing outstanding class updates. * `CGI.escapeURIComponent` and `CGI.unescapeURIComponent` are added. [[Feature #18822]] +* Coverage + + * `Coverage.setup` now accepts `eval: true`. By this, `eval` and related methods are + able to generate code coverage. [[Feature #19008]] + + * `Coverage.supported?(mode)` enables detection of what coverage modes are + supported. [[Feature #19026]] + * Date * Added `Date#deconstruct_keys` and `DateTime#deconstruct_keys` same as [[Feature #19071]] -- cgit v1.2.3