Implement #268
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 4f19fb3..22a29e9 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -25,6 +25,8 @@
 #253: `DelegatingDeserializer` causes problems for Managed/BackReferences
  (reported by bfelaco@github)
 #257: Make `UntypedObjectDeserializer` support overides for `List`, `Map` etc
+#268: Add new variant of `ObjectMapper.canSerializer()` that can return `Throwable`
+ that caused false to be returned (if any)
 #269: Add support for new `@JsonPropertyDescription` via `AnnotationIntrospector`
  as well as `BeanProperty.getMedata().getDescription()`
 #270: Add `SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID` to allow use of equality