1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add news for eval coverage.

This commit is contained in:
Samuel Williams 2022-09-23 22:58:01 +12:00
parent 09ea4f3a9f
commit 81b919ce5c
Notes: git 2022-09-25 16:36:09 +09:00

View file

@ -90,6 +90,9 @@ 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.
[[Feature #19008]]
## Command line options
## Core classes updates
@ -313,3 +316,4 @@ The following deprecated APIs are removed.
[Feature #18809]: https://bugs.ruby-lang.org/issues/18809
[Feature #18481]: https://bugs.ruby-lang.org/issues/18481
[Feature #18949]: https://bugs.ruby-lang.org/issues/18949
[Feature #19008]: https://bugs.ruby-lang.org/issues/19008