From cf923691ea2890dee7ec1143fa9be27844c4bd14 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Wed, 18 Mar 2020 13:11:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f5bc33f..99da76d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-phoenix unreleased. + +[unreleased]: https://github.com/owncloud/ocis-phoenix/compare/v0.2.0...master + +## Summary + +* Enhancement - Configuration: [#57](https://github.com/owncloud/ocis-phoenix/pull/57) + +## Details + +* Enhancement - Configuration: [#57](https://github.com/owncloud/ocis-phoenix/pull/57) + + 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-phoenix/pull/57 + # Changelog for [0.2.0] (2020-03-17) The following sections list the changes in ocis-phoenix 0.2.0.