summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-12-01 12:05:01 +0000
committerStephen Finucane <stephen@that.guru>2019-12-01 12:05:01 +0000
commitb1c116bdae9e2919a941a5121b4f0523e3a29a43 (patch)
tree1c32a67f876c53dffae63128ead48494283f3e45 /releasenotes
parentde36300a2f78c7d22e9f6879342b99ad1c4586b2 (diff)
downloadpatchwork-b1c116bdae9e2919a941a5121b4f0523e3a29a43.tar
patchwork-b1c116bdae9e2919a941a5121b4f0523e3a29a43.tar.gz
docs: Add release notes for recently added features
Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-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.