Skip to content

Commit

Permalink
Update release notes wrt #3613
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 5, 2022
1 parent a70d018 commit 7b67034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,8 @@ Jordi Ortolá Ankum (Tomasito665@github)
(2.14.0)
* Contributed #3503: `StdDeserializer` coerces ints to floats even if configured to fail
(2.14.0)
* Contributed #3613: Implement `float` and `boolean` to `String` coercion config
(2.14.0)
Arnaud Solé (Bluexin@github)
* Contributed #3505: Fix deduction deserializer with DefaultTypeResolverBuilder
Expand Down
4 changes: 3 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------

2.14.0-rc1 (25-Sep-2022)
2.14.0-rc2 (not yet released)

#1980: Add method(s) in `JsonNode` that works like combination of `at()`
and `with()`: `withObject(...)` and `withArray(...)`
Expand Down Expand Up @@ -67,6 +67,8 @@ Project: jackson-databind
#3609: Allow non-boolean return type for "is-getters" with
`MapperFeature.ALLOW_IS_GETTERS_FOR_NON_BOOLEAN`
(contributed by Richard K)
#3613: Implement `float` and `boolean` to `String` coercion config
(fix contributed by Jordi O-A)

2.13.4 (03-Sep-2022)

Expand Down

0 comments on commit 7b67034

Please sign in to comment.