Skip to content

Commit c106d97

Browse files
committed
Update release notes wrt #3503
1 parent 86355cf commit c106d97

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

release-notes/CREDITS-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -1479,3 +1479,7 @@ PJ Fanning (pjfanning@github)
14791479
(2.14.0)
14801480
* Contributed #3530: Change LRUMap to just evict one entry when maxEntries reached
14811481
(2.14.0)
1482+
1483+
Jordi Ortolá Ankum (Tomasito665@github)
1484+
* Contributed #3503: `StdDeserializer` coerces ints to floats even if configured to fail
1485+
(2.14.0)

release-notes/VERSION-2.x

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Project: jackson-databind
3939
`@JsonInclude(value = JsonInclude.Include.CUSTOM, valueFilter = SomeFieldFilter.class)`
4040
(contributed by AmiDavidW@github)
4141
#3497: Deserialization of Throwables with PropertyNamingStrategy does not work
42+
#3503: `StdDeserializer` coerces ints to floats even if configured to fail
43+
(contributed by Jordi O-A)
4244
#3528: `TokenBuffer` defaults for parser/stream-read features neither passed
4345
from parser nor use real defaults
4446
#3530: Change LRUMap to just evict one entry when maxEntries reached

0 commit comments

Comments
 (0)