Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2021-07-07 08:36:27 +00:00
parent cd4b391cb9
commit 456e7c9300

View File

@@ -8,6 +8,7 @@ The following sections list the changes for unreleased.
* Bugfix - Panic when service fails to start: [#2252](https://github.com/owncloud/ocis/pull/2252)
* Enhancement - Runtime support for cherry picking extensions: [#2229](https://github.com/owncloud/ocis/pull/2229)
* Enhancement - Remove unnecessary Service.Init(): [#1705](https://github.com/owncloud/ocis/pull/1705)
* Enhancement - Update REVA to v1.9.1-0.20210628143859-9d29c36c0c3f: [#2227](https://github.com/owncloud/ocis/pull/2227)
## Details
@@ -29,6 +30,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/2229
* Enhancement - Remove unnecessary Service.Init(): [#1705](https://github.com/owncloud/ocis/pull/1705)
As it turns out oCIS already calls this method. Invoking it twice would end in accidentally
resetting values.
https://github.com/owncloud/ocis/pull/1705
* Enhancement - Update REVA to v1.9.1-0.20210628143859-9d29c36c0c3f: [#2227](https://github.com/owncloud/ocis/pull/2227)
https://github.com/owncloud/ocis/pull/2227