diff --git a/CHANGELOG.md b/CHANGELOG.md index ef756645a2..297ce9f3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,19 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix using s3ng as the metadata storage backend: [#2807](https://github.com/owncloud/ocis/pull/2807) * Change - Restructure Configuration Parsing: [#2708](https://github.com/owncloud/ocis/pull/2708) * Enhancement - Cleanup ocis-pkg config: [#2813](https://github.com/owncloud/ocis/pull/2813) ## Details +* Bugfix - Fix using s3ng as the metadata storage backend: [#2807](https://github.com/owncloud/ocis/pull/2807) + + It is now possible to use s3ng as the metadata storage backend. + + https://github.com/owncloud/ocis/issues/2668 + https://github.com/owncloud/ocis/pull/2807 + * Change - Restructure Configuration Parsing: [#2708](https://github.com/owncloud/ocis/pull/2708) Tags: ocis