Skip to content

Commit c0b6c5d

Browse files
committed
Prepare release notes for 5.4.2
1 parent cf3edf2 commit c0b6c5d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

documentation/src/docs/asciidoc/release-notes/index.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ authors as well as build tool and IDE vendors.
1515

1616
include::../link-attributes.adoc[]
1717

18+
include::release-notes-5.4.2.adoc[]
19+
1820
include::release-notes-5.4.1.adoc[]
1921

2022
include::release-notes-5.4.0.adoc[]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[[release-notes-5.4.2]]
2+
== 5.4.2
3+
4+
*Date of Release:* April 7, 2019
5+
6+
*Scope:* Bug fixes since 5.4.1
7+
8+
For a complete list of all _closed_ issues and pull requests for this release, consult
9+
the link:{junit5-repo}+/milestone/38?closed=1+[5.4.2] milestone page in the JUnit
10+
repository on GitHub.
11+
12+
13+
[[release-notes-5.4.2-junit-platform]]
14+
=== JUnit Platform
15+
16+
No changes.
17+
18+
19+
[[release-notes-5.4.2-junit-jupiter]]
20+
=== JUnit Jupiter
21+
22+
==== Bug Fixes
23+
24+
* Parameterized tests no longer throw an `ArrayStoreException` when creating human-readable
25+
test names.
26+
27+
28+
[[release-notes-5.4.2-junit-vintage]]
29+
=== JUnit Vintage
30+
31+
==== Bug Fixes
32+
33+
* Safeguard against `Runners` that only report tests as failed but not as started or
34+
finished such as Spock in case of failures during data-provider preparation.

0 commit comments

Comments
 (0)