aboutsummaryrefslogtreecommitdiff
path: root/release-notes/VERSION-2.x
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 17:34:10 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-22 17:34:10 -0700
commit5ba72dfd4d4c765c9a861ca48f63d8897400c8a3 (patch)
tree6a08637ef7b1ffaedcf9e2e5892f0dcb3d5885ad /release-notes/VERSION-2.x
parent5004a21b02fab96a67ccfe98e018c40ad073d974 (diff)
downloadjackson-databind-5ba72dfd4d4c765c9a861ca48f63d8897400c8a3.tar.gz
Start work on #2726 (add in jackson-databind)
Diffstat (limited to 'release-notes/VERSION-2.x')
-rw-r--r--release-notes/VERSION-2.x3
1 files changed, 2 insertions, 1 deletions
diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x
index c4cb5a1c4..59cf75d48 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -26,11 +26,12 @@ Project: jackson-databind
#2719: `FAIL_ON_IGNORED_PROPERTIES` does not throw on `READONLY` properties with
an explicit name
(reported, fix contributed by David B)
+#2726: Add Gradle Module Metadata for version alignment with Gradle 6
+ (contributed by Jendrik J)
#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
-- Add Gradle Module Metadata for version alignment with Gradle 6
2.11.1 (not yet released)