Skip to content

Commit be688b3

Browse files
committed
Update release notes wrt #755
1 parent b7093e1 commit be688b3

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+
* #755: Changes in constructor invocation and argument management.
2122
* #752: Fix KDoc for KotlinModule.
2223
* #751: Marked useKotlinPropertyNameForGetter as deprecated.
2324
* #747: Improved performance related to KotlinModule initialization and setupModule.

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+
#755: Changes in constructor invocation and argument management.
22+
This change degrades performance in cases where the constructor is called without default arguments, but improves performance in other cases.
2123
#751: The KotlinModule#useKotlinPropertyNameForGetter property was deprecated because it differed from the name of the KotlinFeature.
2224
Please use KotlinModule#kotlinPropertyNameAsImplicitName from now on.
2325
#747: Improved performance related to KotlinModule initialization and setupModule.

0 commit comments

Comments
 (0)