Fixed field ser/deser unit tests.

diff --git a/release-notes/VERSION b/release-notes/VERSION
index 66e55cf..11938ef 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -16,6 +16,8 @@
   New features:
 
   * [JACKSON-70] Add support for generating JSON Schema
+  * [JACKSON-98] Allow serializing/deserializing field-accessible properties,
+    in addition to method-accessible ones.
   * [JACKSON-105] Allow suppressing output of "default values"; which
     means value of a property when bean is constructed using the default
     no-arg constructor