Automated changelog update [skip ci]

This commit is contained in:
Alex Unger
2020-03-18 13:40:19 +00:00
parent 89b55176b0
commit d524de08bf
+9
View File
@@ -3,6 +3,7 @@
## Summary
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-accounts/issues/1)
* Enhancement - Configuration: [#15](https://github.com/owncloud/ocis-accounts/pull/15)
## Details
@@ -12,3 +13,11 @@
https://github.com/owncloud/ocis-accounts/issues/1
* Enhancement - Configuration: [#15](https://github.com/owncloud/ocis-accounts/pull/15)
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-accounts/pull/15