aboutsummaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-05-06 17:23:24 -0700
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-05-06 17:23:24 -0700
commitf0ef5cd78235af44a5faf6e23e49a11cbff6bd8a (patch)
tree59efa4b8c4c0012d05ba233ddcbf78b9b61220fe /release-notes
parentacd2e3885f494622c604c690e65e33138f2f2e2b (diff)
downloadjackson-databind-f0ef5cd78235af44a5faf6e23e49a11cbff6bd8a.tar.gz
fix #2675
Diffstat (limited to 'release-notes')
-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 be7ffbb3c..fe8a872df 100644
--- a/release-notes/VERSION-2.x
+++ b/release-notes/VERSION-2.x
@@ -13,6 +13,7 @@ Project: jackson-databind
(reported by Incara@github)
#2091: `ReferenceType` does not expose valid containedType
(reported by Nate B)
+#2675: Support use of `Void` valued properties (`MapperFeature.ALLOW_VOID_VALUED_PROPERTIES`)
#2683: Explicitly fail (de)serialization of `java.time.*` types in absence of
registered custom (de)serializers
#2707: Improve description included in by `DeserializationContext.handleUnexpectedToken()`