From b1d3ba25aa414a6368fe0e35e50775b85ffbb34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 14 Sep 2022 09:23:14 +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 ccec0a50e..338092556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes for unreleased. + +[unreleased]: https://github.com/owncloud/ocis/compare/v2.0.0...master + +## Summary + +* Bugfix - Render webdav permissions as string in search report: [#4575](https://github.com/owncloud/ocis/issues/4575) + +## Details + +* Bugfix - Render webdav permissions as string in search report: [#4575](https://github.com/owncloud/ocis/issues/4575) + + We now correctly render the `oc:permissions` of resources as a string. + + https://github.com/owncloud/ocis/issues/4575 + https://github.com/owncloud/ocis/pull/4579 # Changelog for [2.0.0-beta.8] (2022-09-13) The following sections list the changes for 2.0.0-beta.8.