From 24b851a6232d5991791c837a8613f66f6740d502 Mon Sep 17 00:00:00 2001 From: kobergj Date: Wed, 20 Oct 2021 09:32:06 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1032cb36..7c92b2c435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The following sections list the changes for unreleased. * Bugfix - Enhancement: [#2630](https://github.com/owncloud/ocis/pull/2630) * Change - Configurable default quota: [#2621](https://github.com/owncloud/ocis/issues/2621) * Change - New default data paths and easier configuration of the data path: [#2590](https://github.com/owncloud/ocis/pull/2590) +* Enhancement - Use go-embed insted of fileb0x: [#1199](https://github.com/owncloud/ocis/issues/1199) * Enhancement - Upgrade to go-micro v4.1.0: [#2616](https://github.com/owncloud/ocis/pull/2616) * Enhancement - Add a middleware to authenticate public share requests: [#2536](https://github.com/owncloud/ocis/pull/2536) * Enhancement - Report quota states: [#2628](https://github.com/owncloud/ocis/pull/2628) @@ -61,6 +62,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2590 +* Enhancement - Use go-embed insted of fileb0x: [#1199](https://github.com/owncloud/ocis/issues/1199) + + Go-embed delivers already the funtionality we need but with less code. We decided to use it + instead of 3rd party fileb0x + + https://github.com/owncloud/ocis/issues/1199 + https://github.com/owncloud/ocis/pull/2631 + * Enhancement - Upgrade to go-micro v4.1.0: [#2616](https://github.com/owncloud/ocis/pull/2616) We've upgraded to go-micro v4.1.0