Implement #33, add `@JsonRootName.alwaysWrap`
diff --git a/release-notes/VERSION b/release-notes/VERSION
index bca6050..0717df8 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -6,7 +6,11 @@
 
 #31: Allow use of `@JsonPropertyOrder` for properties (not just classes)
 #32: Add `@JsonProperty.index`
+#33: Add `@JsonRootName.alwaysWrap`
 - Add `JsonFormat.Value#timeZoneAsString` (needed by Joda module)
+- Add `@JsonRootName.namespace` to allow specifying of namespace with
+  standard Jackson annotations (not just XML-specific ones that dataformat-xml
+  provides)
 
 ------------------------------------------------------------------------
 === History: ===