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
+ * #755 : Changes in constructor invocation and argument management.
21
22
* #752 : Fix KDoc for KotlinModule.
22
23
* #751 : Marked useKotlinPropertyNameForGetter as deprecated.
23
24
* #747 : Improved performance related to KotlinModule initialization and setupModule.
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
+ #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 .
21
23
#751 : The KotlinModule#useKotlinPropertyNameForGetter property was deprecated because it differed from the name of the KotlinFeature.
22
24
Please use KotlinModule #kotlinPropertyNameAsImplicitName from now on.
23
25
#747 : Improved performance related to KotlinModule initialization and setupModule.
You can’t perform that action at this time.
0 commit comments