diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc index 60cede39a51..a1fdf1e4423 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-M1.adoc @@ -46,6 +46,10 @@ will exclude all methods called `methodName` under package `org.example`. they occur in a concise format. * Introduce `MethodFilter` to include or exclude methods based on fully qualified method names without parameters. +* New `--exclude-methodname` and `--include-methodname` options added to the +`ConsoleLauncher` to include or exclude methods based on fully qualified method names +without parameters. For example, `--exclude-methodname=^org\.example\..+#methodname` +will exclude all methods called `methodName` under package `org.example`. [[release-notes-5.10.0-M1-junit-jupiter]] === JUnit Jupiter