Update release notes wrt #624
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 6fa29ab..dea2855 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -18,6 +18,7 @@
  (reported by Chris P, pimlottc@github)
 #504: Add `DeserializationFeature.USE_LONG_FOR_INTS`
  (suggested by Jeff S)
+#624: Allow setting external `ClassLoader` to use, via `TypeFactory`
 #649: Make `BeanDeserializer` use new `parser.nextFieldName()` and `.hasTokenId()` methods
 #664: Add `DeserializationFeature.ACCEPT_FLOAT_AS_INT` to prevent coercion of floating point
  numbers int `int`/`long`/`Integer`/`Long`