From f22536e997195a613a059c62c76ba744fc016f7a Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Mon, 2 Mar 2020 12:22:16 +0100 Subject: [PATCH] add changelog file --- changelog/unreleased/config-file-parsing.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/config-file-parsing.md diff --git a/changelog/unreleased/config-file-parsing.md b/changelog/unreleased/config-file-parsing.md new file mode 100644 index 0000000000..03d042ecca --- /dev/null +++ b/changelog/unreleased/config-file-parsing.md @@ -0,0 +1,7 @@ +Bugfix: 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/pull/45 +https://github.com/owncloud/ocis-phoenix/issues/46 +https://github.com/owncloud/ocis-phoenix/issues/47