Skip to content

Commit 008be8d

Browse files
committed
Finalize 5.14.1 release notes
1 parent b2c55a8 commit 008be8d

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-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
@@ -21,4 +21,6 @@ include::{basedir}/release-notes-6.0.1.adoc[]
2121

2222
include::{basedir}/release-notes-6.0.0.adoc[]
2323

24+
include::{basedir}/release-notes-5.14.1.adoc[]
25+
2426
include::{basedir}/release-notes-5.14.0.adoc[]
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[[release-notes-5.14.1]]
2+
== 5.14.1
3+
4+
*Date of Release:* October 31, 2025
5+
6+
*Scope:* Bug fixes and enhancements since 5.14.0
7+
8+
For a complete list of all _closed_ issues and pull requests for this release, consult the
9+
link:{junit-framework-repo}+/milestone/111?closed=1+[5.14.1] milestone page in the JUnit
10+
repository on GitHub.
11+
12+
13+
[[release-notes-5.14.1-junit-platform]]
14+
=== JUnit Platform
15+
16+
No changes.
17+
18+
19+
[[release-notes-5.14.1-junit-jupiter]]
20+
=== JUnit Jupiter
21+
22+
[[release-notes-5.14.1-junit-jupiter-bug-fixes]]
23+
==== Bug Fixes
24+
25+
* Fix support for test methods with the same signature as a package-private methods
26+
declared in super classes in different packages.
27+
28+
[[release-notes-5.14.1-junit-jupiter-new-features-and-improvements]]
29+
==== New Features and Improvements
30+
31+
* Improve error message when using `@ParameterizedClass` with field injection and not
32+
providing enough arguments.
33+
34+
35+
[[release-notes-5.14.1-junit-vintage]]
36+
=== JUnit Vintage
37+
38+
No changes.

0 commit comments

Comments
 (0)