diff --git a/documentation/src/docs/asciidoc/release-notes/index.adoc b/documentation/src/docs/asciidoc/release-notes/index.adoc index 46148e0a151a..16d25f6ebefc 100644 --- a/documentation/src/docs/asciidoc/release-notes/index.adoc +++ b/documentation/src/docs/asciidoc/release-notes/index.adoc @@ -15,6 +15,8 @@ authors as well as build tool and IDE vendors. include::../link-attributes.adoc[] +include::release-notes-5.4.2.adoc[] + include::release-notes-5.4.1.adoc[] include::release-notes-5.4.0.adoc[] diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.4.2.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.4.2.adoc new file mode 100644 index 000000000000..259013f5b845 --- /dev/null +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.4.2.adoc @@ -0,0 +1,34 @@ +[[release-notes-5.4.2]] +== 5.4.2 + +*Date of Release:* April 7, 2019 + +*Scope:* Bug fixes since 5.4.1 + +For a complete list of all _closed_ issues and pull requests for this release, consult +the link:{junit5-repo}+/milestone/38?closed=1+[5.4.2] milestone page in the JUnit +repository on GitHub. + + +[[release-notes-5.4.2-junit-platform]] +=== JUnit Platform + +No changes. + + +[[release-notes-5.4.2-junit-jupiter]] +=== JUnit Jupiter + +==== Bug Fixes + +* Parameterized tests no longer throw an `ArrayStoreException` when creating human-readable + test names. + + +[[release-notes-5.4.2-junit-vintage]] +=== JUnit Vintage + +==== Bug Fixes + +* Safeguard against `Runners` that only report tests as failed but not as started or + finished such as Spock in case of failures during data-provider preparation.