Automated changelog update [skip ci]

This commit is contained in:
Alex Unger
2020-03-18 18:09:30 +00:00
parent 5de6b98153
commit f4e7e16758

View File

@@ -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