We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f83144 commit 19f439aCopy full SHA for 19f439a
1 file changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 1.19
2
+
3
+- Fix for 2025 Kotlin change that causes the field/parameter of a primary
4
+ constructor to get its annotation on both the field and the constructor
5
+ parameter. See
6
+ https://github.com/google/TestParameterInjector/commit/2f831443f10686087762e55c51bc2d124ffa3bc5
7
+- Bugfix: Work around a flaky Android-23 crash with annotation proxies. See
8
+ https://github.com/google/TestParameterInjector/commit/26d981a83d6883d68f5677f3b495682fc35646fd
9
10
## 1.18
11
12
- Made some internal JUnit4 methods of `TestParameterInjector` public:
0 commit comments