From b1c116bdae9e2919a941a5121b4f0523e3a29a43 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 1 Dec 2019 12:05:01 +0000 Subject: [PATCH] docs: Add release notes for recently added features Signed-off-by: Stephen Finucane --- releasenotes/notes/event-actor-8f771dec6219666d.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/event-actor-8f771dec6219666d.yaml 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. -- 2.47.3