diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.3.2.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.3.2.adoc index 8dc29627a939..067ed732d5ee 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.3.2.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.3.2.adoc @@ -13,7 +13,11 @@ repository on GitHub. [[release-notes-5.3.2-junit-platform]] === JUnit Platform -No changes +==== Bug Fixes + +* The `ConsoleLauncher` configured with `--details verbose` no longer throws a + `MissingFormatArgumentException` exception if a test method display name + contains `String` format specifiers, like `%c`. [[release-notes-5.3.2-junit-jupiter]]