diff --git a/CHANGELOG.md b/CHANGELOG.md index dd70c1fa10..618ae70cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,21 @@ The following sections list the changes in ocis-ocs unreleased. ## Summary +* Bugfix - Add the top level response structure to json responses: [#181](https://github.com/owncloud/product/issues/181) * Enhancement - Update ocis-accounts: [#42](https://github.com/owncloud/ocis-ocs/pull/42) ## Details +* Bugfix - Add the top level response structure to json responses: [#181](https://github.com/owncloud/product/issues/181) + + Probably during moving the ocs code into the ocis-ocs repo the response format was changed. + This change adds the top level response to json responses. Doing that the reponse should be + compatible to the responses from OC10. + + https://github.com/owncloud/product/issues/181 + https://github.com/owncloud/product/issues/181#issuecomment-683604168 + + * Enhancement - Update ocis-accounts: [#42](https://github.com/owncloud/ocis-ocs/pull/42) Update ocis-accounts to v0.4.2-0.20200828150703-2ca83cf4ac20