Fix #357 properly. Finally!
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 58af5c6..b812761 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -12,6 +12,8 @@
 #291: @JsonTypeInfo with As.EXTERNAL_PROPERTY doesn't work if external type property
   is referenced more than once
  (reported by Starkom@github)
+#357: StackOverflowError with contentConverter that returns array type
+ (reported by Florian S)
 #476: Allow "Serialize as POJO" using `@JsonFormat(shape=Shape.OBJECT)` class annotation
 #507: Support for default `@JsonView` for a class
  (suggested by Mark W)