From f9decfbf5a3de4ce461ed4e089241314fcfcf774 Mon Sep 17 00:00:00 2001 From: Gianmaria Del Monte Date: Mon, 11 Oct 2021 10:26:31 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/appregistry-config.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/appregistry-config.md 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