From 0654f5015f04152067c59e597972d84ef0a039ee Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Mon, 17 Jul 2023 18:07:56 +0900 Subject: [PATCH] Update release notes wrt #687 Added reference to the amount of improvement. --- release-notes/VERSION-2.x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 5aa73dd1..7de33801 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -19,6 +19,8 @@ Co-maintainers: 2.16.0 (not yet released) #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 #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.