diff --git a/website/content/docs/release-notes/v0_17_0.mdx b/website/content/docs/release-notes/v0_17_0.mdx
index 9bd13d55cc..5d6df25226 100644
--- a/website/content/docs/release-notes/v0_17_0.mdx
+++ b/website/content/docs/release-notes/v0_17_0.mdx
@@ -11,12 +11,38 @@ description: |-
@include 'release-notes/intro.mdx'
-## Important change
+## Important changes
-As of version 0.17.1 and later, the curl binary is no longer included in the published Docker container image for Boundary Enterprise.
-If your workflow depends on having curl in the image, you can dynamically install it using apk.
+
| Change | +Description | +
|---|---|
| + Role creation + | ++ In a future version Boundary will no longer automatically create roles when new scopes are created. This was implemented prior to multi-scope grants to ensure administrators and users had default permissions in new scopes. Since Boundary 0.15, initial roles created for new clusters provide these permissions by default to all scopes using multi-scope grants. + | +
+ Docker image no longer contains curl
+ |
+
+ As of version 0.17.1 and later, the curl binary is no longer included in the published Docker container image for Boundary Enterprise. If your workflow depends on having curl in the image, you can dynamically install it using apk.
+ + Learn more: Known issues and breaking changes + |
+