From f4e7e16758adc0abbc76d22bf65f86187dae123c Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Wed, 18 Mar 2020 18:09:30 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548e8d741..502772f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The following sections list the changes for unreleased. ## Summary * Chg #1: Initial release of basic version + * Enh #14: Configuration ## Details @@ -15,4 +16,11 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis-webdav/issues/1 + * Enhancement #14: Configuration + + Extensions should be responsible of configuring themselves. We use Viper for config loading + from default paths. Environment variables **WILL** take precedence over config files. + + https://github.com/owncloud/ocis-webdav/pull/14 +