diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f80d6662..9a5c5fd0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893) * Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885) * Change - Update libre-graph-api to v0.3.0: [#2858](https://github.com/owncloud/ocis/pull/2858) * Change - Return not found when updating non existent space: [#2869](https://github.com/cs3org/reva/pull/2869) @@ -15,6 +16,12 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893) + + Added a missing config value to the ocs config related to the space membership endpoint. + + https://github.com/owncloud/ocis/pull/2893 + * Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885) GraphApi has been updated to version 0.4.1 and the existing dependency was removed