diff --git a/CHANGELOG.md b/CHANGELOG.md index 4445611da7..8869d174de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529) * Bugfix - Correct the default mapping of roles: [#8534](https://github.com/owncloud/ocis/pull/8534) * Bugfix - Fix graph drive invite: [#8538](https://github.com/owncloud/ocis/pull/8538) +* Bugfix - Fix the mount points naming: [#8543](https://github.com/owncloud/ocis/pull/8543) * Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570) * Bugfix - Fix sharing invite on virtual drive: [#8609](https://github.com/owncloud/ocis/pull/8609) * Bugfix - Disable Multipart uploads: [#8666](https://github.com/owncloud/ocis/pull/8666) @@ -96,6 +97,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/8494 https://github.com/owncloud/ocis/pull/8538 +* Bugfix - Fix the mount points naming: [#8543](https://github.com/owncloud/ocis/pull/8543) + + We fixed a bug that caused inconsistent naming when multiple users share the + resource with same name to another user. + + https://github.com/owncloud/ocis/issues/8471 + https://github.com/owncloud/ocis/pull/8543 + * Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570) https://github.com/owncloud/ocis/pull/8570