Fix #647
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 03f205b..03644d2 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -58,7 +58,9 @@
 #636: `ClassNotFoundException` for classes not (yet) needed during serialization
  (contributed by mspiegel@github)
 #638: Add annotation-based method(s) for injecting properties during serialization
-  (using @JsonAppend, VirtualBeanPropertyWriter)
+ (using @JsonAppend, VirtualBeanPropertyWriter)
+#647: Deserialization fails when @JsonUnwrapped property contains an object with same property name
+ (reported by Konstantin L)
 - 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