diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d7264aa3..18f5e6ad33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The following sections list the changes for unreleased. * Bugfix - Race condition in config parsing: [#2574](https://github.com/owncloud/ocis/pull/2574) * Change - Make the drives create method odata compliant: [#2531](https://github.com/owncloud/ocis/pull/2531) * Enhancement - Add maximum files and size to archiver capabilities: [#2544](https://github.com/owncloud/ocis/pull/2544) +* Enhancement - Reduced repository size: [#2579](https://github.com/owncloud/ocis/pull/2579) * Enhancement - Expose the reva archiver in OCIS: [#2509](https://github.com/owncloud/ocis/pull/2509) * Enhancement - Make mimetype allow list configurable for app provider: [#2553](https://github.com/owncloud/ocis/pull/2553) * Enhancement - Add option to skip generation of demo users and groups: [#2495](https://github.com/owncloud/ocis/pull/2495) @@ -79,6 +80,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2544 https://github.com/cs3org/reva/pull/2105 +* Enhancement - Reduced repository size: [#2579](https://github.com/owncloud/ocis/pull/2579) + + We removed leftover artifacts from the migration to a single repository. + + https://github.com/owncloud/ocis/pull/2579 + * Enhancement - Expose the reva archiver in OCIS: [#2509](https://github.com/owncloud/ocis/pull/2509) The reva archiver can now be accessed through the storage frontend service