Skip to content

Commit 6b1faa5

Browse files
committed
Add release notes for Kotlin inline value class support
1 parent 7933e30 commit 6b1faa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/modules/ROOT/partials/release-notes/release-notes-6.1.0-M2.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ repository on GitHub.
5151
* Introduce new `trimStacktrace(Class<?>)` and `retainStackTraceElements(int)`
5252
methods for `AssertionFailureBuilder`. These allow user defined assertions to
5353
trim their stacktrace.
54+
* Kotlin inline value classes (such as `Result<T>`) can now be used as parameters in
55+
`@ParameterizedTest` methods when `kotlin-reflect` is on the classpath.
56+
See {junit-team-issue}5081[#5081].
5457

5558
[[v6.1.0-M2-junit-vintage]]
5659
=== JUnit Vintage

0 commit comments

Comments
 (0)