From: Stephen Finucane Date: Sun, 1 Dec 2019 12:05:01 +0000 (+0000) Subject: docs: Add release notes for recently added features X-Git-Tag: v2.2.0-rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c116bdae9e2919a941a5121b4f0523e3a29a43;p=thirdparty%2Fpatchwork.git docs: Add release notes for recently added features Signed-off-by: Stephen Finucane --- diff --git a/releasenotes/notes/event-actor-8f771dec6219666d.yaml b/releasenotes/notes/event-actor-8f771dec6219666d.yaml new file mode 100644 index 00000000..b0dde1a0 --- /dev/null +++ b/releasenotes/notes/event-actor-8f771dec6219666d.yaml @@ -0,0 +1,11 @@ +--- +features: + - | + The ``patch-delegated``, ``patch-state-changed`` and ``check-created`` + events now have an ``actor`` associated with them - the user that updated + the patch or created the check. For other event types, this attribute is + present but unset. +api: + - | + The ``/event`` API now exposes an ``actor`` attribute. It is possible to + filter events by this attribute.