Fix #1122, #1197
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 5abe9c7..5a2b5b3 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -6,6 +6,7 @@
 
 2.7.4 (not yet released)
 
+#1122: Jackson 2.7 and Lombok: 'Conflicting/ambiguous property name definitions'
 #1178: `@JsonSerialize(contentAs=superType)` behavior disallowed in 2.7
 #1186: SimpleAbstractTypeResolver breaks generic parameters
  (reported by tobiash@github)
@@ -15,6 +16,7 @@
 #1194: Incorrect signature for generic type via `JavaType.getGenericSignature
 #1195: `JsonMappingException` not Serializable due to 2.7 reference to source (parser)
  (reported by mjustin@github)
+#1197: `SNAKE_CASE` doesn't work when using Lombok's `@AllArgsConstructor`
 #1198: Problem with `@JsonTypeInfo.As.EXTERNAL_PROPERTY`, `defaultImpl`, missing type id, NPE
 #1203: `@JsonTypeInfo` does not work correctly for ReferenceTypes like `AtomicReference`
 - Improve handling of custom content (de)serializers for `AtomicReference`