From 5a7cf231bb42a9041e8b3b076656121435d842a7 Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 6 Aug 2023 22:36:11 +0900 Subject: [PATCH] Update release notes wrt #689 --- release-notes/CREDITS-2.x | 3 +++ release-notes/VERSION-2.x | 2 ++ 2 files changed, 5 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 281c7322..d73de6fc 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -17,6 +17,9 @@ Contributors: # 2.16.0 (not yet released) +kkurczewski +* #689: Add KotlinDuration support + WrongWrong (@k163377) * #687: Optimize and Refactor KotlinValueInstantiator.createFromObjectWith * #686: Add KotlinPropertyNameAsImplicitName option diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index f9372401..3ea73050 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -18,6 +18,8 @@ Co-maintainers: 2.16.0 (not yet released) +#689: Added UseJavaDurationConversion feature. + By enabling this feature and adding the Java Time module, Kotlin Duration can be handled in the same way as Java Duration. #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