From 5758c6bce6773108beeadd8090641f21778ba5e0 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 23 Jul 2020 14:51:19 -0700 Subject: [PATCH] Update release notes wrt #2215 --- release-notes/CREDITS-2.x | 8 ++++++++ release-notes/VERSION-2.x | 2 ++ 2 files changed, 10 insertions(+) diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 258b188e04..ac87a01898 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -1165,6 +1165,14 @@ Xiang Zhang (zhangyangyu@github) Collections (2.12.0) +David Nelson (eatdrinksleepcode@github) + * Requested #2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator` + (2.12.0) + +Tiago Martins (upsidedownsmile@github) + * Contributed #2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator` + (2.12.0) + Yona Appletree (Yona-Appletree@github) * Reported #2283: `JsonProperty.Access.READ_ONLY` fails with collections when a property name is specified diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 6039a2f077..0fc8a1284a 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -26,6 +26,8 @@ Project: jackson-databind #2113: Add `CoercionConfig[s]` mechanism for configuring allowed coercions #2118: `JsonProperty.Access.READ_ONLY` does not work with "getter-as-setter" `Collection`s (reported by Xiang Z) +#2215: Support `BigInteger` and `BigDecimal` creators in `StdValueInstantiator` + (requested by David N, implementation contributed by Tiago M) #2283: `JsonProperty.Access.READ_ONLY` fails with collections when a property name is specified (reported by Yona A) #2644: `BigDecimal` precision not retained for polymorphic deserialization