Completed [JACKSON-69], ability to parse JSON with unquoted field names.
diff --git a/release-notes/VERSION b/release-notes/VERSION
index f280cfb..3764b3a 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -23,6 +23,7 @@
* [JACKSON-33] Allow use of "non-default constructors" and
multiple-argument factory methods for constructing beans to
deserialize
+ * [JACKSON-69] Support parsing non-standard JSON where Object keys are not quoted
* [JACKSON-76] Mix-in annotations: allow dynamic attachment of
annotations to existing classes, for purposes of configuring
serialization/deserialization behavior