Skip to content

Commit 216758c

Browse files
committed
Polish release notes
1 parent 60d3fc1 commit 216758c

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
*Scope:*
77

8-
* Repeatable `@..Source` annotations
8+
* Repeatable `@..Source` annotations for parameterized tests
99
* Extensible syntax for specifying discovery selectors
1010
* Console Launcher `--version` option
1111
* Improvements to `NamespacedHierarchicalStore`
@@ -32,7 +32,9 @@ repository on GitHub.
3232
[[release-notes-5.11.0-M2-junit-platform-bug-fixes]]
3333
==== Bug Fixes
3434

35-
* Fixed a bug where `TestIdentifier` could cause a `NullPointerException` on deserialize when there is no parent identifier. See link:https://github.com/junit-team/junit5/issues/3819[issue 3819].
35+
* Attempting to deserialize a `TestIdentifier` no longer causes a `NullPointerException`
36+
when there is no parent identifier. See
37+
link:https://github.com/junit-team/junit5/issues/3819[issue 3819].
3638

3739
[[release-notes-5.11.0-M2-junit-platform-new-features-and-improvements]]
3840
==== New Features and Improvements
@@ -50,11 +52,12 @@ repository on GitHub.
5052
`foo.Bar` class.
5153
- Similarly, the JUnit Platform Suite engine provides a new `@Select("<identifier>)`
5254
annotation.
55+
* The Console Launcher now provides a `--version` option.
5356
* `NamespacedHierarchicalStore` now throws an `IllegalStateException` for any attempt to
5457
modify or query the store after it has been closed. In addition, an attempt to close a
5558
store that has already been closed will have no effect.
5659
- See link:https://github.com/junit-team/junit5/issues/3614[issue 3614] for details.
57-
* The Console Launcher now provides a `--version` option.
60+
5861

5962
[[release-notes-5.11.0-M2-junit-jupiter]]
6063
=== JUnit Jupiter
@@ -68,9 +71,11 @@ repository on GitHub.
6871
[[release-notes-5.11.0-M2-junit-jupiter-new-features-and-improvements]]
6972
==== New Features and Improvements
7073

71-
* Support `@..Source` annotations as repeatable for parameterized tests. See the
74+
* `@..Source` annotations for parameterized tests can now be used as repeatable
75+
annotations. See the
7276
<<../user-guide/index.adoc#writing-tests-parameterized-repeatable-sources, User Guide>>
73-
for more details.
77+
for details.
78+
7479

7580
[[release-notes-5.11.0-M2-junit-vintage]]
7681
=== JUnit Vintage

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M3.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*Scope:* ❓
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
9-
link:{junit5-repo}+/milestone/77?closed=1+[5.11.0-M3] milestone page in the
10-
JUnit repository on GitHub.
9+
link:{junit5-repo}+/milestone/77?closed=1+[5.11.0-M3] milestone page in the JUnit
10+
repository on GitHub.
1111

1212

1313
[[release-notes-5.11.0-M3-junit-platform]]

0 commit comments

Comments
 (0)