aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-04 14:23:17 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-04 14:23:17 -0700
commitdb1401a79b07878e1ab6fce3ec36ec78e651b3e5 (patch)
tree552d201c077375fb325cd0075bf74478dad15b0d /release-notes
parentc994ede01ff30b3c357e991359921c863e1ca69b (diff)
downloadjackson-databind-db1401a79b07878e1ab6fce3ec36ec78e651b3e5.tar.gz
Fix #2486
Diffstat (limited to 'release-notes')
-rw-r--r--release-notes/CREDITS-2.x4
-rw-r--r--release-notes/VERSION-2.x5
2 files changed, 8 insertions, 1 deletions
diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x
index e92adf6f5..e6612bad6 100644
--- a/release-notes/CREDITS-2.x
+++ b/release-notes/CREDITS-2.x
@@ -1053,11 +1053,13 @@ Endre Stølsvik (stolsvik@github)
Máté Rédecsi (rmatesz@github)
* Reported #953: i-I case convertion problem in Turkish locale with case-insensitive deserialization
- (2.11.0)
+ (2.11.0)
Ville Koskela (vjkoskela@github)
* Contributed #2487: BeanDeserializerBuilder Protected Factory Method for Extension
(2.11.0)
+ * Reported #2486: Builder Deserialization with JsonCreator Value vs Array
+ (2.11.1)
Fitz (Joongsoo.Park) (joongsoo@github)
* Contributed #2511: Add `SerializationFeature.WRITE_SELF_REFERENCES_AS_NULL`
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index 964c05437..77f9c318b 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -4,6 +4,11 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------
+2.11.1 (not yet released)
+
+#2486: Builder Deserialization with JsonCreator Value vs Array
+ (reported by Ville K)
+
2.11.0 (26-Apr-2020)
#953: i-I case conversion problem in Turkish locale with case-insensitive deserialization