summaryrefslogtreecommitdiff
path: root/releasenotes/notes/event-actor-8f771dec6219666d.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/event-actor-8f771dec6219666d.yaml')
-rw-r--r--releasenotes/notes/event-actor-8f771dec6219666d.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/event-actor-8f771dec6219666d.yaml b/releasenotes/notes/event-actor-8f771dec6219666d.yaml
new file mode 100644
index 0000000..b0dde1a
--- /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.