add missing changelog for the PR #61

Signed-off-by: David Christofas <dchristofas@owncloud.com>
This commit is contained in:
David Christofas
2020-09-16 12:53:03 +02:00
parent d6cd421235
commit 6883d2a34e

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