Skip to content

Commit ffa8629

Browse files
committed
Update release notes wrt #3968 fix
1 parent 24c1e30 commit ffa8629

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

release-notes/CREDITS-2.x

+3
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,9 @@ Sim Yih Tsern (yihtsern@github)
15981598
* Contributed fix for #3897: 2.15.0 breaks deserialization when POJO/Record only has a
15991599
single field and is marked `Access.WRITE_ONLY`
16001600
(2.15.1)
1601+
* Contributed fux fix #3968: Records with additional constructors failed to deserialize
1602+
(2.15.3)
1603+
16011604
16021605
Ajay Siwach (Siwach16@github)
16031606
* Contributed #3637: Add enum features into `@JsonFormat.Feature`

release-notes/VERSION-2.x

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.15.3 (not yet released)
8+
9+
#3968: Records with additional constructors failed to deserialize
10+
(fix contributed by Sim Y-T)
11+
712
2.15.2 (30-May-2023)
813

914
#3938: Record setter not included from interface (2.15 regression)

0 commit comments

Comments
 (0)