File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ include::{basedir}/release-notes-6.0.1.adoc[]
2121
2222include::{basedir}/release-notes-6.0.0.adoc[]
2323
24+ include::{basedir}/release-notes-5.14.1.adoc[]
25+
2426include::{basedir}/release-notes-5.14.0.adoc[]
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments