Fix #222
diff --git a/release-notes/VERSION b/release-notes/VERSION
index b177fd6..fe028e3 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -8,6 +8,8 @@
 
 #77: Allow injection of 'transient' fields
 #95: Allow read-only properties with `@JsonIgnoreProperties(allowGetters=true)`
+#222: EXTERNAL_PROPERTY adds property multiple times and in multiple places
+ (reported by Rob E, thatsnotright@github)
 #296: Serialization of transient fields with public getters (add
     MapperFeature.PROPAGATE_TRANSIENT_MARKER)
  (suggested by Michal L)