Implement [JACKSON-748], ability to register subtypes from modules
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 1bf737a..3216133 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -28,6 +28,7 @@
 * [JACKSON-732]: Allow 'AnnotationIntrospector.findContentDeserializer()'
   (and similar) to return instance, not just Class<?> for instance
  (requested by James R)
+* [JACKSON-748]: Add 'registerSubtypes' to 'Module.setupContext' (and SimpleModule)
 * [JACKSON-749]: Make @JsonValue work for Enum deserialization
 
 New features: