diff --git a/changelog/unreleased/drop-json-config-file-support.md b/changelog/unreleased/drop-json-config-file-support.md new file mode 100644 index 00000000000..b17612a8637 --- /dev/null +++ b/changelog/unreleased/drop-json-config-file-support.md @@ -0,0 +1,7 @@ +Change: Drop json config file support + +We've remove the support to configure oCIS and it's service with a json file. +From now on we only support yaml configuration files, since they have the possibility +to add comments. + +https://github.com/owncloud/ocis/pull/3366