diff --git a/src/docs/releases/2.1.0.md b/src/docs/releases/2.1.0.md index e93ef1ab4fa..49652d2f90a 100644 --- a/src/docs/releases/2.1.0.md +++ b/src/docs/releases/2.1.0.md @@ -73,6 +73,7 @@ A new `Type` property has been added to the `IRole` interface, and partially sur Furthermore, the `SiteOwner` permission has been deprecated and will be removed in future releases. To prevent any breaking changes, we've introduced a fast-track migration that automatically assigns the `Owner` role type to any role with the `SiteOwner` permission. +Instead of authorizing against the `SiteOwner` permission, the Recipes feature now uses its own Manage Recipes permission (which is automatically available for the Administrator role). !!! warning Please set the `Owner` type on roles instead of using the `SiteOwner` permission. The latter will be removed in a future version. Don't authorize against the `SiteOwner` permission in code.