diff --git a/changelog/unreleased/change-config-file-keys-underscores.md b/changelog/unreleased/change-config-file-keys-underscores.md new file mode 100644 index 000000000..fda49ac20 --- /dev/null +++ b/changelog/unreleased/change-config-file-keys-underscores.md @@ -0,0 +1,8 @@ +Change: Fix keys with underscores in the config files + +We've fixed some config keys in configuration files that previously didn't contain +underscores but should. + +Please check the documentation on https://owncloud.dev for latest configuration documentation. + +https://github.com/owncloud/ocis/pull/3412