diff --git a/readme.adoc b/readme.adoc index 88ca6022e94..93b40b05a3d 100644 --- a/readme.adoc +++ b/readme.adoc @@ -361,6 +361,7 @@ endif::[] * Fix `MavenTests` deprecation message {link-pr}/3915[#3915] * Improve `inspect` command to show more detailed metadata on modules and tasks {link-pr}/3916[#3916] * Fix prompt updating logic to ensure the timestamp updates while tasks are running {link-pr}/3933[#3933] +* Fix scoverage report generation for Scala 3 {link-pr}/3936[#3936] * Tons of documentation improvements: autoformatted all https://github.com/com-lihaoyi/mill/pull/3919[Java] and https://github.com/com-lihaoyi/mill/pull/3903[Scala] example files, [Scala-Native example builds]https://github.com/com-lihaoyi/mill/pull/3657,