From f57fe2917d0bf7eb171686f43057c872b33f922d Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 25 Aug 2022 11:13:10 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423e1b623..3814acb50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,10 +97,11 @@ The following sections list the changes for unreleased. * Enhancement - Add missing unprotected paths: [#4454](https://github.com/owncloud/ocis/pull/4454) - Added missing unprotected paths for the text-editor, preview, pdf-viewer and draw-io to the - authentication middleware. + Added missing unprotected paths for the text-editor, preview, pdf-viewer, draw-io and + index.html to the authentication middleware. https://github.com/owncloud/ocis/pull/4454 + https://github.com/owncloud/ocis/pull/4458 * Enhancement - Rewrite of the request authentication middleware: [#4374](https://github.com/owncloud/ocis/pull/4374)