update release notes
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 0a9236a..e20d68e 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -8,6 +8,7 @@
 #176: Allow use external Object Id resolver (to use with @JsonIdentityInfo etc)
  (implemented by Pascal G)
 #335: Allow use of `@JsonPropertyOrder(alphabetic=true)` for Map properties
+#352 Add `ObjectMapper.setConfig()` for overriding `SerializationConfig`/`DeserializationConfig`
 #353: Problems with polymorphic types, `JsonNode` (related to #88)
  (reported by cemo@github)
 #359: Converted object not using explicitly annotated serializer
@@ -30,7 +31,6 @@
  (reported by sdonovanuk@github)
 #438: Add support for accessing `@JsonProperty(index=N)` annotations
 - Slightly improve `SqlDateSerializer` to support `@JsonFormat`
-- Add `ObjectMapper.setConfig()` for overriding `SerializationConfig`/`DeserializationConfig`
 
 ------------------------------------------------------------------------
 === History: ===