diff --git a/CHANGELOG.md b/CHANGELOG.md index b79b45eb6..b7088343d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix graph endpoint: [#3925](https://github.com/owncloud/ocis/issues/3925) * Bugfix - Make IDP only wait for certs when using LDAP: [#3965](https://github.com/owncloud/ocis/pull/3965) * Bugfix - Make ocdav service behave properly: [#3957](https://github.com/owncloud/ocis/pull/3957) +* Enhancement - Add acting user to the audit log: [#3753](https://github.com/owncloud/ocis/issues/3753) * Enhancement - Add audit events for created containers: [#3941](https://github.com/owncloud/ocis/pull/3941) * Enhancement - Don't setup demo role assignments on default: [#3661](https://github.com/owncloud/ocis/issues/3661) * Enhancement - Disable the color logging in docker compose examples: [#871](https://github.com/owncloud/ocis/issues/871) @@ -66,6 +67,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3957 +* Enhancement - Add acting user to the audit log: [#3753](https://github.com/owncloud/ocis/issues/3753) + + Added the acting user to the events in the audit log. + + https://github.com/owncloud/ocis/issues/3753 + https://github.com/owncloud/ocis/pull/3992 + * Enhancement - Add audit events for created containers: [#3941](https://github.com/owncloud/ocis/pull/3941) Handle the event `ContainerCreated` in the audit service.