Skip to content

Commit a4777de

Browse files
committed
Prepare release notes for 5.10.2
1 parent 993824e commit a4777de

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ include::{includedir}/link-attributes.adoc[]
1919

2020
include::{basedir}/release-notes-5.11.0-M1.adoc[]
2121

22+
include::{basedir}/release-notes-5.10.2.adoc[]
23+
2224
include::{basedir}/release-notes-5.10.1.adoc[]
2325

2426
include::{basedir}/release-notes-5.10.0.adoc[]
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[[release-notes-5.10.2]]
2+
== 5.10.2
3+
4+
*Date of Release:* ❓
5+
6+
*Scope:* minor bug fixes since 5.10.1.
7+
8+
For a complete list of all _closed_ issues and pull requests for this release, consult the
9+
link:{junit5-repo}+/milestone/73?closed=1+[5.10.2] milestone page in the
10+
JUnit repository on GitHub.
11+
12+
13+
[[release-notes-5.10.2-junit-platform]]
14+
=== JUnit Platform
15+
16+
==== Bug Fixes
17+
18+
* Fixes use of the launcher as a Java module when `junit.platform.launcher.interceptors.enabled` is enabled
19+
- See link:https://github.com/junit-team/junit5/issues/3561[issue 3561] for details.
20+
21+
22+
[[release-notes-5.10.2-junit-jupiter]]
23+
=== JUnit Jupiter
24+
25+
==== Bug Fixes
26+
27+
* _none so far_
28+
29+
30+
[[release-notes-5.10.2-junit-vintage]]
31+
=== JUnit Vintage
32+
33+
==== Bug Fixes
34+
35+
* _none so far_

0 commit comments

Comments
 (0)