diff --git a/CHANGELOG.md b/CHANGELOG.md index ba674e786..d2292e090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910) +* Bugfix - Fix the default tracing provider: [#2952](https://github.com/owncloud/ocis/pull/2952) * 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) @@ -26,6 +27,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2910 +* Bugfix - Fix the default tracing provider: [#2952](https://github.com/owncloud/ocis/pull/2952) + + We've fixed the default tracing provider which was no longer configured after + [owncloud/ocis#2818](https://github.com/owncloud/ocis/pull/2818). + + https://github.com/owncloud/ocis/pull/2952 + https://github.com/owncloud/ocis/pull/2818 + * 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.