diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f761c22f..84de6d8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238) +* Bugfix - Ensure the same data on /ocs/v?.php/config like oC10: [#3113](https://github.com/owncloud/ocis/pull/3113) * Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305) * Bugfix - Fix error handling in GraphAPI GetUsers call: [#3357](https://github.com/owncloud/ocis/pull/3357) * Bugfix - Fix request validation on GraphAPI User updates: [#3167](https://github.com/owncloud/ocis/issues/3167) @@ -34,6 +35,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3238 +* Bugfix - Ensure the same data on /ocs/v?.php/config like oC10: [#3113](https://github.com/owncloud/ocis/pull/3113) + + We've fixed the returned values on the /ocs/v?.php/config endpoints, so that they now return + the same values as an oC10 would do. + + https://github.com/owncloud/ocis/pull/3113 + * Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305) Improved the gif thumbnail generation for gifs with different disposal strategies.