Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2021-12-13 19:04:08 +00:00
parent 04145b295a
commit cd732fcbbc

View File

@@ -7,6 +7,7 @@ The following sections list the changes for unreleased.
## Summary
* Change - Update libre-graph-api to v0.3.0: [#2858](https://github.com/owncloud/ocis/pull/2858)
* Change - Return not found when updating non existent space: [#2869](https://github.com/cs3org/reva/pull/2869)
* Enhancement - Support signature auth in the public share auth middleware: [#2831](https://github.com/owncloud/ocis/pull/2831)
## Details
@@ -17,6 +18,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/2858
* Change - Return not found when updating non existent space: [#2869](https://github.com/cs3org/reva/pull/2869)
If a spaceid of a space which is updated doesn't exist, handle it as a not found error.
https://github.com/cs3org/reva/pull/2869
* Enhancement - Support signature auth in the public share auth middleware: [#2831](https://github.com/owncloud/ocis/pull/2831)
Enabled public share requests to be authenticated using the public share signature.