From 8ed71277d3968b878059311a23e2cd37fcf919b4 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Tue, 3 May 2016 19:45:32 -0700 Subject: [PATCH] Mark #931 as added (was actually done for 2.7) --- release-notes/VERSION | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/VERSION b/release-notes/VERSION index fb87ce6047..c309489565 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -8,6 +8,7 @@ Project: jackson-databind #621: Allow definition of "ignorable types" without annotation (using `Mapper.configOverride(type).setIsIgnoredType(true)` +#931: Add new method in `Deserializers.Base` to support `ReferenceType` #990: Allow failing on `null` values for creator (add `DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES`) (contributed by mkokho@github)