Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 7, 2021
1 parent e2a9062 commit df3b0d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions changelog/unreleased/app-registry-order.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Enhancement: Default AppProvider on top of the providers list
for each mime type

Now for each mime type, when asking for the list of mime types,
the default AppProvider, set both using the config and the
SetDefaultProviderForMimeType method, is always in the top of the
list of AppProviders.
The config for the Providers and Mime Types for the AppRegistry changed,
using a list instead of a map. In fact the list of mime types returned by
ListSupportedMimeTypes is now ordered according the config.

https://github.com/cs3org/reva/pull/2138

0 comments on commit df3b0d5

Please sign in to comment.