Skip to content

Commit dac942c

Browse files
committed
Polish release notes for 6.0.1
(cherry picked from commit 331396c)
1 parent 3471a56 commit dac942c

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ repository on GitHub.
1818

1919
* The `jdk.jfr` package is now an optional import when using the `junit-platform-launcher`
2020
as an OSGi bundle.
21-
* Remove remnants of Java 8 compatibility from User Guide.
21+
22+
[[release-notes-6.0.1-junit-platform-new-features-and-improvements]]
23+
==== New Features and Improvements
24+
25+
* Legacy documentation regarding Java 8 compatibility has been removed from the User Guide.
2226

2327

2428
[[release-notes-6.0.1-junit-jupiter]]
@@ -37,22 +41,23 @@ repository on GitHub.
3741
assertion.
3842
* Stop reporting discovery issues for synthetic methods, particularly in conjunction with
3943
Kotlin suspend functions.
40-
* Fix support for test methods with the same signature as a package-private methods
41-
declared in super classes in different packages.
44+
* Fix support for test methods with the same signature as package-private methods declared
45+
in super classes in different packages.
4246

4347
[[release-notes-6.0.1-junit-jupiter-deprecations-and-breaking-changes]]
4448
==== Deprecations and Breaking Changes
4549

46-
* Mark `org.junit.jupiter.migrationsupport` module descriptor as deprecated for removal.
50+
* The `org.junit.jupiter.migrationsupport` module descriptor has been marked as deprecated
51+
for removal.
4752

4853
[[release-notes-6.0.1-junit-jupiter-new-features-and-improvements]]
4954
==== New Features and Improvements
5055

51-
* The `@CsvSource` and `@CsvFileSource` annotations now allow specifying
52-
a custom comment character using the new `commentCharacter` attribute.
53-
* Improve error message when using `@ParameterizedClass` with field injection and not
56+
* The `@CsvSource` and `@CsvFileSource` annotations now allow specifying a custom comment
57+
character using the new `commentCharacter` attribute.
58+
* Improve error message when `@ParameterizedClass` is used with field injection without
5459
providing enough arguments.
55-
* Allow calling `TypedArgumentConverter` constructor for `@Nullable T` target types
60+
* Allow calling the `TypedArgumentConverter` constructor for `@Nullable T` target types
5661
without having to cast class literals to `Class<@Nullable T>`.
5762

5863

0 commit comments

Comments
 (0)