Full fix for #318
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 83696b5..c501e50 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -46,6 +46,7 @@
  new `@JsonSerialize(nullsUsing=xxx)` annotation property
 #317: Fix `JsonNode` support for nulls bound to `ObjectNode`, `ArrayNode`
  (contributed by Seth P)
+#318: Problems with `ObjectMapper.updateValue()`, creator property-backed accessors
 #319: Add support for per-call ("contextual") attributes, with defaulting,
  to allow keeping track of state during (de)serialization
 #324: Make sure to throw `JsonMappingException` from `EnumDeserializer` creator,