Add changelog

This commit is contained in:
Benedikt Kulmann
2020-11-20 10:51:41 +01:00
parent d91008c3c2
commit 54f9505787

View File

@@ -0,0 +1,6 @@
Bugfix: Serve index.html for directories
The static middleware in ocis-pkg now serves index.html instead of returning 404 on paths with a trailing `/`.
https://github.com/owncloud/ocis/pull/912
https://github.com/owncloud/ocis-pkg/issues/63