Implemented [JACKSON-718]
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 80dd143..487c082 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -28,6 +28,7 @@
 
 * [JACKSON-669]: Allow prefix/suffix for @JsonUnwrapped properties
  (requested by Aner P)
+* [JACKSON-718]: Added 'JsonNode.canConvertToInt()', 'JsonNode.canConvertToLong()'
 * [JACKSON-752]: Add @JsonInclude (replacement of @JsonSerialize.include)
 * [JACKSON-754]: Add @JacksonAnnotationsInside for creating "annotation
   bundles" (also: AnnotationIntrospector.isAnnotationBundle())