Skip to content

Commit a8b3adc

Browse files
committed
Update release notes wrt #740
1 parent 3c3d350 commit a8b3adc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

release-notes/CREDITS-2.x

+1
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+
* #740: Reduce conversion cache from Executable to KFunction.
2122
* #738: Fix JacksonInject priority.
2223
* #732: SequenceSerializer removed.
2324
* #727: Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Co-maintainers:
1818

1919
2.17.0 (not yet released)
2020

21+
#740: Reduce conversion cache from Executable to KFunction.
22+
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.
2123
#738: JacksonInject is now preferred over the default argument(fixes #722).
2224
#732: SequenceSerializer removed.
2325
#727: Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation.

0 commit comments

Comments
 (0)