Implemented #165: Add `DeserializationContext.getContextualType()` which can be called by contextual deserializers to know nominal type for them, without needing to decipher it from `BeanProperty`
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 1b70c41..c071fcf 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -8,6 +8,8 @@
 
 #47: Support `@JsonValue` for (Map) key serialization 
 #113: Problem deserializing polymorphic types with @JsonCreator
+#165: Add `DeserializationContext.getContextualType()` to let deserializer
+  known the expected type.
 #408: External type id does not allow use of 'visible=true'
 #421: @JsonCreator not used in case of multiple creators with parameter names
  (reported by Lovro P, lpandzic@github)