From 142a580dc8c25ba960e75312bedd44e171c7baa7 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 2 Sep 2020 11:11:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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