add changelog

This commit is contained in:
A.Unger
2020-03-18 18:47:14 +01:00
parent e20a7956c4
commit 4650aa5e51

View File

@@ -0,0 +1,5 @@
Enhancement: 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-graph/pull/27