Merge pull request #62 from owncloud/changelog-user-response

add missing changelog for the PR #61
This commit is contained in:
David Christofas
2020-09-16 13:01:13 +02:00
committed by GitHub

View File

@@ -0,0 +1,8 @@
Bugfix: match the user response to the OC10 format
The user response contained the field `displayname` but for certain responses
the field `display-name` is expected. The field `display-name` was added and
now both fields are returned to the client.
https://github.com/owncloud/product/issues/181
https://github.com/owncloud/ocis-ocs/pull/61