Add unit tests for [JACKSON-762]
diff --git a/release-notes/VERSION b/release-notes/VERSION
index c4f278f..a017fbb 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -41,7 +41,7 @@
 
 * [JACKSON-437]: Allow injecting of type id as POJO property, by setting
   new '@JsonTypeInfo.visible' property to true.
-* [JACKSON-608]: Allow use of Json Views for deserialization
+* [JACKSON-608]: Allow use of JSON Views for deserialization
 * [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
  (requested by Aner P)
 * [JACKSON-707]: Add 'JsonNode.deepCopy()', to create safe deep copies