Minor javadoc additions wrt #868, change jackson-core/annotations deps to 2.6.0 (release)
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 99e2653..8115ad8 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -81,6 +81,7 @@
 #840: Change semantics of `@JsonPropertyOrder(alphabetic)` to only count `true` value
 #848: Custom serializer not used if POJO has `@JsonValue`
 #849: Possible problem with `NON_EMPTY` exclusion, `int`s, `Strings`
+#868: Annotations are lost in the case of duplicate methods
 - Remove old cglib compatibility tests; cause problems in Eclipse
 - Add `withFilterId()` method in `JsonSerializer` (demote from `BeanSerializer`)