Fix #271 (for in-built schema generation)
diff --git a/release-notes/VERSION b/release-notes/VERSION
index fb84fd8..d8539b7 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -27,6 +27,7 @@
 #270: Add `SerializationFeature.USE_EQUALITY_FOR_OBJECT_ID` to allow use of equality
  (instead of identity) for figuring out when to use Object Id
  (requested by beku8@github)
+#271: Support handling of `@JsonUnwrapped` for in-built JSON Schema generation
 #277: Make `TokenBuffer` support new native type and object ids
 #302: Add `setNamingStrategy` in `Module.SetupContext`
  (suggested by Miguel C)