Implement #50
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 5285297..18f1137 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -16,7 +16,8 @@
 #47: Add `@JsonCreator.mode` property to explicitly choose between delegating- and property-based creators
 #48: Allow `@JsonView` for (method) parameters too
 #49: Add `@JsonTypeInfo.skipWritingDefault`
-#50: Add `ObjectIdGenerator.maySerializeAsObject()` to support JSOG
+#50: Add `ObjectIdGenerator.maySerializeAsObject()`,
+  `ObjectIdGenerator.ObjectIdGenerator.maySerializeAsObject()` to support JSOG
 - Added `@JsonInclude.content` to allow specifying inclusion criteria
   for `java.util.Map` entries separate from inclusion of `Map` values
   themselves