From 2417fb935c8dc928ce503d08a8ac254ca699ec79 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 9 Dec 2019 13:39:35 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e35c8abe..be13ddcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog for unreleased + +The following sections list the changes for unreleased. + +## Summary + + * Chg #9: Add root path to static middleware + +## Details + + * Change #9: Add root path to static middleware + + Currently the `Static` middleware always serves from the root path, but all our HTTP handlers + accept a custom root path which also got to be applied to the static file handling. + + https://github.com/owncloud/ocis-pkg/issues/9 + + # Changelog for 1.1.0 The following sections list the changes for 1.1.0.