Skip to content

Commit

Permalink
Prepare release notes for 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 7, 2019
1 parent cf3edf2 commit c0b6c5d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c0b6c5d

Please sign in to comment.