Skip to content

Commit 68ab854

Browse files
committed
Update release notes wrt #3665 fix (memory usage)
1 parent 5ab1d3e commit 68ab854

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ Jonas Konrad (yawkat@github)
412412
* Contributed fix for #3655: `Enum` values can not be read from single-element array even
413413
with `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS`
414414
(2.14.1)
415+
* Contributed fix for #3655: `ObjectMapper` default heap consumption increased significantly
416+
from 2.13.x to 2.14.0
417+
(2.14.1)
415418
416419
Jirka Kremser (Jiri-Kremser@github)
417420
* Suggested #924: SequenceWriter.writeAll() could accept Iterable
@@ -1520,3 +1523,8 @@ Andrej Mitrovic (AndrejMitrovic@github)
15201523
* Reported #3655: `Enum` values can not be read from single-element array even with
15211524
`DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS`
15221525
(2.14.1)
1526+
1527+
Moritz Halbritter (mhalbritter@github)
1528+
* Reported #3665: `ObjectMapper` default heap consumption increased significantly
1529+
from 2.13.x to 2.14.0
1530+
(2.14.1)

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Project: jackson-databind
1010
`DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS`
1111
(reported by Andrej M)
1212
(fix contributed by Jonas K)
13+
#3665: `ObjectMapper` default heap consumption increased significantly from 2.13.x to 2.14.0
14+
(reported by Moritz H)
15+
(fix contributed by Jonas K)
1316

1417
2.14.0 (05-Nov-2022)
1518

0 commit comments

Comments
 (0)