Skip to content

Commit 5a72942

Browse files
committed
Polish release notes
1 parent 10afb16 commit 5a72942

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
*Date of Release:* June 24, 2025
55

6-
*Scope:* Bug fixes and enhancements since 5.13.0
6+
*Scope:* Bug fixes and enhancements since 5.13.1
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
99
link:{junit-framework-repo}+/milestone/98?closed=1+[5.13.2] milestone page in the JUnit
@@ -33,8 +33,8 @@ repository on GitHub.
3333
`@Nested`.
3434
* Stop reporting discovery issues for _abstract_ inner classes that contain test methods
3535
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
3838
and override them in subclasses while re-declaring the `@Test` annotation.
3939

4040
[[release-notes-5.13.2-junit-jupiter-new-features-and-improvements]]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
*Date of Release:* ❓
55

6-
*Scope:*
6+
*Scope:* Bug fixes and enhancements since 5.13.2
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
99
link:{junit-framework-repo}+/milestone/100?closed=1+[5.13.3] milestone page in the JUnit

0 commit comments

Comments
 (0)