Fixed [JACKSON-196]
diff --git a/release-notes/VERSION b/release-notes/VERSION
index c250a56..7b48ca1 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -13,7 +13,11 @@
* [JACKSON-89] Make ignored field/creator-backed properties quietly
skippable during deserialization (that is, without having to explicitly
declare such properties as ignorable as per [JACKSON-77])
+ * [JACKSON-161] Added basic support for Joda, ser/deser DateTime class
* [JACKSON-170] Serialize Creator properties before other properties
+ * [JACKSON-196] Schema generation does not respect the annotation
+ configured serializer on a bean property
+ (reported by Gil M)
New features: