diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec3107961..ad90421d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,6 +76,7 @@ The following sections list the changes for unreleased. * Bugfix - Service startup of WOPI example: [#9127](https://github.com/owncloud/ocis/pull/9127) * Bugfix - Fix the status code for multiple mount and unmount share: [#9193](https://github.com/owncloud/ocis/pull/9193) * Bugfix - Don't show thumbnails for secureview shares: [#9299](https://github.com/owncloud/ocis/pull/9299) +* Bugfix - Fix share update: [#9301](https://github.com/owncloud/ocis/pull/9301) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Change - Disable resharing by default for deprecation: [#8653](https://github.com/owncloud/ocis/pull/8653) * Change - Define maximum input image dimensions and size when generating previews: [#9035](https://github.com/owncloud/ocis/pull/9035) @@ -350,6 +351,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/9249 https://github.com/owncloud/ocis/pull/9299 +* Bugfix - Fix share update: [#9301](https://github.com/owncloud/ocis/pull/9301) + + We fixed the response code when the role/permission is empty on the share update + + https://github.com/owncloud/ocis/issues/8747 + https://github.com/owncloud/ocis/pull/9301 + * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) We wrapped the store service in a micro store implementation and changed the