Implement #49
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 8d193ef..623d53a 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -15,6 +15,7 @@
 
 #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`
 - Added `@JsonInclude.content` to allow specifying inclusion criteria
   for `java.util.Map` entries separate from inclusion of `Map` values
   themselves