Skip to content

Commit e38ecaf

Browse files
committed
CHANGELOG: Mention that the latest release fixes a Kotlin v2.2.20 issue
1 parent 70fbbc8 commit e38ecaf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## 1.20
22

3-
- For Kotlin tests: Get parameter names via Kotlin reflection (which always
4-
seems to work). This should make the breaking change in 1.19 non-breaking.
3+
- Bugfix for Kotlin v2.2.20: Get parameter names via Kotlin reflection because
4+
those via Java reflection have changed to include the class.
5+
- Fix the breaking change in TestParameterInjector v1.19: By getting the
6+
parameter names via Kotlin, the breaking change in 1.19 is no longer breaking
7+
when directly upgrading to 1.10
58

69
## 1.19
710

0 commit comments

Comments
 (0)