diff --git a/changelog/unreleased/appregistry-config.md b/changelog/unreleased/appregistry-config.md new file mode 100644 index 0000000000..b234780945 --- /dev/null +++ b/changelog/unreleased/appregistry-config.md @@ -0,0 +1,6 @@ +Enhancement: Updated MimeTypes configuration for AppRegistry + +We updated the type of the mime types config to a list, to keep +the order of mime types from the config. + +https://github.com/owncloud/ocis/pull/2603