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