Add changelog

This commit is contained in:
Benedikt Kulmann
2020-09-10 09:15:55 +02:00
parent 280542989b
commit 1c8dc0741f

View File

@@ -0,0 +1,6 @@
Bugfix: Fix external app URLs
The URLs for the default set of external apps was hardcoded to localhost:9200. We fixed that by using the server url from the already existing config variable.
https://github.com/owncloud/product/issues/218
https://github.com/owncloud/ocis-phoenix/pull/83