update release notes
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 60bc68f..b15ee48 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -4,6 +4,7 @@
 New minor version.
 
 #8: Add methods in `JsonParser`/`JsonGenerator` for reading/writing Object Ids
+#47: Support YAML-style comments with `JsonParser.Feature.ALLOW_YAML_COMMENTS`
 #77: Improve error reporting for unrecognized tokens
  (requested by cowwoc@github)
 #85: Add `JsonGenerator.Feature.WRITE_BIGDECIMAL_AS_PLAIN`