diff --git a/src/docs/releases/2.1.0.md b/src/docs/releases/2.1.0.md index d9bd134801d..bbd88e29e4a 100644 --- a/src/docs/releases/2.1.0.md +++ b/src/docs/releases/2.1.0.md @@ -106,6 +106,12 @@ The feature formerly known as **Azure Email Provider** has been renamed to **Azu Additionally, the configuration provider key for the default provider has changed from `OrchardCore_Email_Azure` to `OrchardCore_Email_AzureCommunicationServices`. While the old key (`OrchardCore_Email_Azure`) will continue to bind for backward compatibility, it is scheduled for removal in the next major release. To ensure future compatibility, it is highly recommended to update your configuration to use the new key. +### Autoroute Feature + +### Content Item Shape Alternates Based on Alias and Slug + +Content item shapes can be overridden by their alias if `AliasPart` is attached or by their slug if `AutoroutePart` is attached. For examples, refer to the [docs](../reference/modules/Templates/README.md). + ## Added Features ### Azure Communication Services SMS Feature @@ -115,7 +121,3 @@ A new feature was added to allow you to send SMS messages using Azure Communicat ### External Authentication Feature The new **External Authentication** feature contains common functionality used by multiple external (i.e. non-local) authentication providers (like Microsoft or Google login). See [above](#external-authentication-logic-has-been-separated-from-the-users-feature) for details. - -### Content Item Shape Alternates Based on Alias and Slug - -Content item shapes can be overridden by their alias if `AliasPart` is attached or by their slug if `AutoroutePart` is attached. For examples, refer to the [docs](../reference/modules/Templates/README.md).