aboutsummaryrefslogtreecommitdiff
path: root/release-notes/VERSION-2.x
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-06-18 20:14:33 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-06-18 20:14:33 -0700
commit987ab8c97b4f5308f8e016052c75fa09d7ee8725 (patch)
treee72d069440a69d5fff4d5c1848681bc026f2b6cf /release-notes/VERSION-2.x
parent330d0b6a1565586ea49ed5cf28cf25e68dd1b172 (diff)
downloadjackson-databind-987ab8c97b4f5308f8e016052c75fa09d7ee8725.tar.gz
Fixed #2767
Diffstat (limited to 'release-notes/VERSION-2.x')
-rw-r--r--release-notes/VERSION-2.x3
1 files changed, 3 insertions, 0 deletions
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index d30fc8eac..d9e94a5b0 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -20,6 +20,9 @@ Project: jackson-databind
#2760: Jackson doesn't respect `CAN_OVERRIDE_ACCESS_MODIFIERS=false` for
deserializer properties
(reported by Johannes K)
+#2767: `DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS` don't support `Map`
+ type field
+ (reported by abomb4@github)
#2770: JsonParser from MismatchedInputException cannot getText() for
floating-point value
(reported by João G)