Add unit tests, support for jackson-annotations issue #4: add `@JsonIdentityInfo.firstAsId` to force serialization of the very first reference as id (as well as following ones)
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 581a1ed..d23b20e 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -31,6 +31,13 @@
   problem handler
  (suggested by 'electricmonk')
 
+New features:
+
+* [Issue-29]: Allow serializing, deserializing POJOs as JSON Arrays
+  by using `@JsonFormat(shape=Shape.ARRAY)`
+* (issue #4 of jackson-annotations): Add `@JsonIdentityInfo(firstAsId=true)`
+  to force ALL references to an object written as Object Id, even the first one.
+
 Other changes:
 
 * New variant of AnnotationIntrospector.getFormat(), to support class