Skip to content

Commit 20a5d5c

Browse files
committed
Update release notes wrt #741
1 parent 60fc041 commit 20a5d5c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Contributors:
1818
# 2.17.0 (not yet released)
1919

2020
WrongWrong (@k163377)
21+
* #741: Changed to allow KotlinFeature to be set in the function that registers a KotlinModule.
2122
* #740: Reduce conversion cache from Executable to KFunction.
2223
* #738: Fix JacksonInject priority.
2324
* #732: SequenceSerializer removed.

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Co-maintainers:
1818

1919
2.17.0 (not yet released)
2020

21+
#741: Changed to allow KotlinFeature to be set in the function that registers a KotlinModule.
22+
The `jacksonObjectMapper {}` and `registerKotlinModule {}` lambdas allow configuration for KotlinModule.
2123
#740: Reduce conversion cache from Executable to KFunction.
2224
This will reduce memory usage efficiency and total memory consumption, but may result in a minor performance degradation in use cases where a large number of factory functions are used as JsonCreator.
2325
#738: JacksonInject is now preferred over the default argument(fixes #722).

0 commit comments

Comments
 (0)