File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
*Date of Release:* June 24, 2025
5
5
6
- *Scope:* Bug fixes and enhancements since 5.13.0
6
+ *Scope:* Bug fixes and enhancements since 5.13.1
7
7
8
8
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
9
link:{junit-framework-repo}+/milestone/98?closed=1+[5.13.2] milestone page in the JUnit
@@ -33,8 +33,8 @@ repository on GitHub.
33
33
`@Nested`.
34
34
* Stop reporting discovery issues for _abstract_ inner classes that contain test methods
35
35
but are not annotated with `@Nested`.
36
- * Stop reporting discovery issues for _abstract_ test methods. While they won't be
37
- executed, it's a valid pattern to annotate them with `@Test` for documentation purposes
36
+ * Stop reporting discovery issues for _abstract_ test methods. Although they will not be
37
+ executed, it is a valid pattern to annotate them with `@Test` for documentation purposes
38
38
and override them in subclasses while re-declaring the `@Test` annotation.
39
39
40
40
[[release-notes-5.13.2-junit-jupiter-new-features-and-improvements]]
Original file line number Diff line number Diff line change 3
3
4
4
*Date of Release:* ❓
5
5
6
- *Scope:* ❓
6
+ *Scope:* Bug fixes and enhancements since 5.13.2
7
7
8
8
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
9
link:{junit-framework-repo}+/milestone/100?closed=1+[5.13.3] milestone page in the JUnit
You can’t perform that action at this time.
0 commit comments