Complete #655 implementation (add `ObjectWriter.writeValues()`)
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 8d0b338..6aef023 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -62,6 +62,7 @@
  (using @JsonAppend, VirtualBeanPropertyWriter)
 #647: Deserialization fails when @JsonUnwrapped property contains an object with same property name
  (reported by Konstantin L)
+#655: Add `ObjectWriter.writeValues()` for writing value sequences
 - Allow use of `Shape.ARRAY` for Enums, as an alias to 'use index'
 - Start using `JsonGenerator.writeStartArray(int)` to help data formats
   that benefit from knowing number of elements in arrays (and would otherwise