Skip to content

Commit 423fc83

Browse files
authored
Merge pull request #690 from k163377/update-release-notes
Update release notes wrt #686
2 parents b523bb2 + 720d6d8 commit 423fc83

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

release-notes/CREDITS-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Contributors:
1919

2020
WrongWrong (@k163377)
2121
* #687: Optimize and Refactor KotlinValueInstantiator.createFromObjectWith
22+
* #686: Add KotlinPropertyNameAsImplicitName option
2223
* #685: Streamline default value management for KotlinFeatures
2324
* #684: Update Kotlin Version to 1.6
2425
* #682: Remove MissingKotlinParameterException and replace with MismatchedInputException

release-notes/VERSION-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Co-maintainers:
2121
#687: Optimize and Refactor KotlinValueInstantiator.createFromObjectWith.
2222
This improves deserialization throughput about 1.3 ~ 1.5 times faster.
2323
https://github.com/FasterXML/jackson-module-kotlin/pull/687#issuecomment-1637365799
24+
#686: Added KotlinPropertyNameAsImplicitName feature to use Kotlin property names as implicit names for getters.
25+
Enabling this feature eliminates some of the problems summarized in #630,
26+
but also causes some behavioral changes and performance degradation.
2427
#685: Streamline default value management for KotlinFeatures.
2528
This improves the initialization cost of kotlin-module a little.
2629
#684: Kotlin 1.5 has been deprecated and the minimum supported Kotlin version will be updated to 1.6.

0 commit comments

Comments
 (0)