add changelog

This commit is contained in:
Willy Kloucek
2021-12-06 17:16:59 +01:00
parent a5accb2ce9
commit 34e755943a
@@ -0,0 +1,9 @@
Bugfix: Use the CS3api up- and download workflow for the accounts service
We've fixed the interaction of the accounts service with the metadata storage
after bypassing the InitiateUpload and InitiateDownload have been removed
from various storage drivers. The accounts service now uses the proper
CS3apis workflow for up- and downloads.
https://github.com/owncloud/ocis/pull/2837
https://github.com/cs3org/reva/pull/2309