Skip to content

Commit 2cc4589

Browse files
committed
Update release notes wrt #751
1 parent e4fb720 commit 2cc4589

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

release-notes/CREDITS-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contributors:
1818
# 2.17.0 (not yet released)
1919

2020
WrongWrong (@k163377)
21+
* #751: Marked useKotlinPropertyNameForGetter as deprecated.
2122
* #747: Improved performance related to KotlinModule initialization and setupModule.
2223
* #746: The KotlinModule#serialVersionUID is set to private.
2324
* #745: Modified isKotlinClass determination method.

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Co-maintainers:
1818

1919
2.17.0 (not yet released)
2020

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.
2123
#747: Improved performance related to KotlinModule initialization and setupModule.
2224
With this change, the KotlinModule initialization error when using Kotlin 1.4 or lower has been eliminated.
2325
#746: The KotlinModule#serialVersionUID is set to private.

0 commit comments

Comments
 (0)