Implemented [JACKSON-147], feature for suppressing error reporting for unknown properties (ignore+skip, if feature enabled)
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 6f4c314..befeeab 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -32,6 +32,9 @@
* [JACKSON-131] Allow constructing and passing of non-shared
SerializationConfig/DeserializationConfig instances to ObjectMapper
* [JACKSON-135] Add basic JsonNode construction support in ObjectMapper
+ * [JACKSON-147] Add global deserialization feature for suppressing error
+ reporting for unknown properties
+ (DeserializationConfig.Feature.FAIL_ON_UNKNOWN_PROPERTIES)
------------------------------------------------------------------------
== History: ==