diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d7a09ed..87e44fa34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Skips graph calls for expired item download URLs. - Export operation now shows the stats at the end of the run +- Group backup data can now be restored to a different resource than the one it was backed up from ### Fixed - Catch and report cases where a protected resource is locked out of access. SDK consumers have a new errs sentinel that allows them to check for this case. diff --git a/website/docs/support/known-issues.md b/website/docs/support/known-issues.md index ae56f8db4..5655a82f3 100644 --- a/website/docs/support/known-issues.md +++ b/website/docs/support/known-issues.md @@ -33,5 +33,3 @@ Below is a list of known Corso issues and limitations: * Teams messages don't support Restore due to limited Graph API support for message creation. * Groups and Teams support is available in an early-access status, and may be subject to breaking changes. - -* Restoring the data into a different Group from the one it was backed up from isn't currently supported