diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3b0f9042..ba674e7868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910) * Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893) +* Change - Unify configuration and commands: [#2818](https://github.com/owncloud/ocis/pull/2818) * 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) @@ -31,6 +32,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2893 +* Change - Unify configuration and commands: [#2818](https://github.com/owncloud/ocis/pull/2818) + + We've unified the configuration and commands of all non storage services. This also includes + the change, that environment variables are now defined on the config struct as tags instead in a + separate mapping. + + https://github.com/owncloud/ocis/pull/2818 + * 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