diff --git a/docs/spec/api.md b/docs/spec/api.md
index 1d7540ed..9c905e24 100644
--- a/docs/spec/api.md
+++ b/docs/spec/api.md
@@ -117,6 +117,15 @@ specification to correspond with the versions enumerated here.
- 2.0.1
+ -
+
+ - Added capability of doing streaming upload to PATCH blob upload.
+ - Updated PUT blob upload to no longer take final chunk, now requires entire data or no data.
+ - Removed `416 Requested Range Not Satisfiable` response status from PUT blob upload.
+
+
+
+ - 2.0.0
-
- Added support for immutable manifest references in manifest endpoints.
diff --git a/docs/spec/api.md.tmpl b/docs/spec/api.md.tmpl
index 68a7dff9..53d9a42a 100644
--- a/docs/spec/api.md.tmpl
+++ b/docs/spec/api.md.tmpl
@@ -117,6 +117,15 @@ specification to correspond with the versions enumerated here.
- 2.0.1
+ -
+
+ - Added capability of doing streaming upload to PATCH blob upload.
+ - Updated PUT blob upload to no longer take final chunk, now requires entire data or no data.
+ - Removed `416 Requested Range Not Satisfiable` response status from PUT blob upload.
+
+
+
+ - 2.0.0
-
- Added support for immutable manifest references in manifest endpoints.