aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release-notes/CREDITS-2.x8
-rw-r--r--release-notes/VERSION-2.x2
2 files changed, 10 insertions, 0 deletions
diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x
index 258b188e0..ac87a0189 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 6039a2f07..0fc8a1284 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