Skip to content

Commit

Permalink
Merge pull request #690 from k163377/update-release-notes
Browse files Browse the repository at this point in the history
Update release notes wrt #686
  • Loading branch information
k163377 committed Jul 28, 2023
2 parents b523bb2 + 720d6d8 commit 423fc83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Contributors:

WrongWrong (@k163377)
* #687: Optimize and Refactor KotlinValueInstantiator.createFromObjectWith
* #686: Add KotlinPropertyNameAsImplicitName option
* #685: Streamline default value management for KotlinFeatures
* #684: Update Kotlin Version to 1.6
* #682: Remove MissingKotlinParameterException and replace with MismatchedInputException
Expand Down
3 changes: 3 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Co-maintainers:
#687: Optimize and Refactor KotlinValueInstantiator.createFromObjectWith.
This improves deserialization throughput about 1.3 ~ 1.5 times faster.
https://github.com/FasterXML/jackson-module-kotlin/pull/687#issuecomment-1637365799
#686: Added KotlinPropertyNameAsImplicitName feature to use Kotlin property names as implicit names for getters.
Enabling this feature eliminates some of the problems summarized in #630,
but also causes some behavioral changes and performance degradation.
#685: Streamline default value management for KotlinFeatures.
This improves the initialization cost of kotlin-module a little.
#684: Kotlin 1.5 has been deprecated and the minimum supported Kotlin version will be updated to 1.6.
Expand Down

0 comments on commit 423fc83

Please sign in to comment.