Fix #476
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 9aed237..7651e71 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -8,6 +8,7 @@
 
 #219: SqlDateSerializer does not obey SerializationConfig.Feature.WRITE_DATES_AS_TIMESTAMPS
  (reported by BrentDouglas@github)
+#476: Allow "Serialize as POJO" using `@JsonFormat(shape=Shape.OBJECT)` class annotation
 #507: Support for default `@JsonView` for a class
  (suggested by Mark W)
 #865: `JsonFormat.Shape.OBJECT` ignored when class implements `Map.Entry`