aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-07-23 14:51:19 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-07-23 14:51:19 -0700
commit5758c6bce6773108beeadd8090641f21778ba5e0 (patch)
tree06251db980a9a7c03e71eef252dac34fefc6142f
parent942aa25950eed2fa297c600c7d15b0b02f6fd8d7 (diff)
downloadjackson-databind-5758c6bce6773108beeadd8090641f21778ba5e0.tar.gz
Update release notes wrt #2215
-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