From eab96d59a83f748b04abb6116ed06f13db1ea0cd Mon Sep 17 00:00:00 2001 From: Alex Unger <6905948+refs@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:02:06 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aff4f63f87..684c896427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The following sections list the changes for unreleased. * Enhancement - File Logging: [#1816](https://github.com/owncloud/ocis/pull/1816) * Enhancement - Runtime Hostname and Port are now configurable: [#1822](https://github.com/owncloud/ocis/pull/1822) * Enhancement - Generate thumbnails for .gif files: [#1791](https://github.com/owncloud/ocis/pull/1791) +* Enhancement - Tracing Refactor: [#1819](https://github.com/owncloud/ocis/pull/1819) * Enhancement - Update reva to v1.6.1-0.20210223065028-53f39499762e: [#1683](https://github.com/owncloud/ocis/pull/1683) ## Details @@ -96,6 +97,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/1791 +* Enhancement - Tracing Refactor: [#1819](https://github.com/owncloud/ocis/pull/1819) + + Centralize tracing handling per extension. + + https://github.com/owncloud/ocis/pull/1819 + * Enhancement - Update reva to v1.6.1-0.20210223065028-53f39499762e: [#1683](https://github.com/owncloud/ocis/pull/1683) * quota querying and tree accounting [cs3org/reva#1405](https://github.com/cs3org/reva/pull/1405)