Skip to content

Commit

Permalink
Update release notes wrt #3503
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 1, 2022
1 parent 86355cf commit c106d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1479,3 +1479,7 @@ PJ Fanning (pjfanning@github)
(2.14.0)
* Contributed #3530: Change LRUMap to just evict one entry when maxEntries reached
(2.14.0)
Jordi Ortolá Ankum (Tomasito665@github)
* Contributed #3503: `StdDeserializer` coerces ints to floats even if configured to fail
(2.14.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Project: jackson-databind
`@JsonInclude(value = JsonInclude.Include.CUSTOM, valueFilter = SomeFieldFilter.class)`
(contributed by AmiDavidW@github)
#3497: Deserialization of Throwables with PropertyNamingStrategy does not work
#3503: `StdDeserializer` coerces ints to floats even if configured to fail
(contributed by Jordi O-A)
#3528: `TokenBuffer` defaults for parser/stream-read features neither passed
from parser nor use real defaults
#3530: Change LRUMap to just evict one entry when maxEntries reached
Expand Down

0 comments on commit c106d97

Please sign in to comment.