From d09f49e17df5da147053aa4db6ae679127f770f8 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Mon, 2 Mar 2020 14:59:37 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c504395c3a..98c4c5e046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,20 @@ The following sections list the changes for unreleased. ## Summary + * Fix #45: Config file value not being read * Chg #3: Initial release of basic version ## Details + * Bugfix #45: Config file value not being read + + There was a bug in which phoenix config is always set to the default values and the contents of the + config file were actually ignored. + + https://github.com/owncloud/ocis-phoenix/issues/46 + https://github.com/owncloud/ocis-phoenix/issues/47 + https://github.com/owncloud/ocis-phoenix/pull/45 + * Change #3: Initial release of basic version Just prepared an initial basic version to serve Phoenix for the ownCloud Infinite Scale