From ee80caf8a43d53d5798a49e6d47b80f017765491 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Fri, 21 Nov 2025 19:49:48 +0100 Subject: [PATCH] Fix typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 000c84e..202b922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ those via Java reflection have changed to include the class. - Fix the breaking change in TestParameterInjector v1.19: By getting the parameter names via Kotlin, the breaking change in 1.19 is no longer breaking - when directly upgrading to 1.10 + when directly upgrading to 1.20 - **Breaking change:** TestParametersValuesProvider must return at least one value. If your use case requires (sometimes) disabling the test by returning zero values, override