File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
18
18
# 2 .17.0 (not yet released)
19
19
20
20
WrongWrong (@k163377 )
21
+ * #751 : Marked useKotlinPropertyNameForGetter as deprecated.
21
22
* #747 : Improved performance related to KotlinModule initialization and setupModule.
22
23
* #746 : The KotlinModule#serialVersionUID is set to private.
23
24
* #745 : Modified isKotlinClass determination method.
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Co-maintainers:
18
18
19
19
2.17 .0 (not yet released )
20
20
21
+ #751 : The KotlinModule #useKotlinPropertyNameForGetter property was deprecated because it differed from the name of the KotlinFeature .
22
+ Please use KotlinModule #kotlinPropertyNameAsImplicitName from now on.
21
23
#747 : Improved performance related to KotlinModule initialization and setupModule.
22
24
With this change , the KotlinModule initialization error when using Kotlin 1.4 or lower has been eliminated .
23
25
#746 : The KotlinModule#serialVersionUID is set to private.
You can’t perform that action at this time.
0 commit comments