Skip to content

Commit 5758c6b

Browse files
committed
Update release notes wrt #2215
1 parent 942aa25 commit 5758c6b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

release-notes/CREDITS-2.x

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,14 @@ Xiang Zhang (zhangyangyu@github)
11651165
Collections
11661166
(2.12.0)
11671167
1168+
David Nelson (eatdrinksleepcode@github)
1169+
* Requested #2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator`
1170+
(2.12.0)
1171+
1172+
Tiago Martins (upsidedownsmile@github)
1173+
* Contributed #2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator`
1174+
(2.12.0)
1175+
11681176
Yona Appletree (Yona-Appletree@github)
11691177
* Reported #2283: `JsonProperty.Access.READ_ONLY` fails with collections when a
11701178
property name is specified

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Project: jackson-databind
2626
#2113: Add `CoercionConfig[s]` mechanism for configuring allowed coercions
2727
#2118: `JsonProperty.Access.READ_ONLY` does not work with "getter-as-setter" `Collection`s
2828
(reported by Xiang Z)
29+
#2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator`
30+
(requested by David N, implementation contributed by Tiago M)
2931
#2283: `JsonProperty.Access.READ_ONLY` fails with collections when a property name is specified
3032
(reported by Yona A)
3133
#2644: `BigDecimal` precision not retained for polymorphic deserialization

0 commit comments

Comments
 (0)