diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index b3bb15b1..b6ef3c1a 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -21,6 +21,7 @@ kkurczewski * #689: Add KotlinDuration support WrongWrong (@k163377) +* #710: Fixed KotlinPropertyNameAsImplicitName not working in edge case * #709: Add failing test for #242 * #707: Changed to use default argument on null if JsonSetter(nulls = Nulls.SKIP) is specified. * #700: Reduce the load on the search process for serializers diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 1acd8065..1bacdd3c 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -28,6 +28,7 @@ Co-maintainers: #686: Added KotlinPropertyNameAsImplicitName feature to use Kotlin property names as implicit names for getters. Enabling this feature eliminates some of the problems summarized in #630, but also causes some behavioral changes and performance degradation. + A minor correction has been made to this option in #710. #685: Streamline default value management for KotlinFeatures. This improves the initialization cost of kotlin-module a little. #684: Kotlin 1.5 has been deprecated and the minimum supported Kotlin version will be updated to 1.6.