We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fbbc8 commit e38ecafCopy full SHA for e38ecaf
1 file changed
CHANGELOG.md
@@ -1,7 +1,10 @@
1
## 1.20
2
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.
+- Bugfix for Kotlin v2.2.20: Get parameter names via Kotlin reflection because
+ 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
8
9
## 1.19
10
0 commit comments