File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Contributors:
18
18
# 2 .17.0 (not yet released)
19
19
20
20
WrongWrong (@k163377 )
21
+ * #741 : Changed to allow KotlinFeature to be set in the function that registers a KotlinModule.
21
22
* #740 : Reduce conversion cache from Executable to KFunction.
22
23
* #738 : Fix JacksonInject priority.
23
24
* #732 : SequenceSerializer removed.
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ Co-maintainers:
18
18
19
19
2.17 .0 (not yet released )
20
20
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 .
21
23
#740 : Reduce conversion cache from Executable to KFunction.
22
24
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 .
23
25
#738 : JacksonInject is now preferred over the default argument(fixes #722).
You can’t perform that action at this time.
0 commit comments