aboutsummaryrefslogtreecommitdiff
path: root/release-notes/VERSION-2.x
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 13:12:35 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 13:12:35 -0700
commit27088925db31490cb7b867b4156fbdb1faf34061 (patch)
tree27e858915f8166976fcdcf7f5788cda81aeed04b /release-notes/VERSION-2.x
parent729d013b3e35cdf8fb6d8007127231da8f3b3974 (diff)
downloadjackson-databind-27088925db31490cb7b867b4156fbdb1faf34061.tar.gz
Fix #2733
Diffstat (limited to 'release-notes/VERSION-2.x')
-rw-r--r--release-notes/VERSION-2.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index a6f882a63..0ec68314f 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -27,6 +27,7 @@ Project: jackson-databind
an explicit name
(reported, fix contributed by David B)
#2732: Allow `JsonNode` auto-convert into `ArrayNode` if duplicates found (for XML)
+#2733: Allow values of "untyped" auto-convert into `List` if duplicates found (for XML)
- Add `BeanDeserializerBase.isCaseInsensitive()`
- Some refactoring of `CollectionDeserializer` to solve CSV array handling issues