summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-12-01 12:05:46 +0000
committerStephen Finucane <stephen@that.guru>2019-12-01 12:05:46 +0000
commitcde054196b83103f886b9d6cfdba2071efc0d4c1 (patch)
tree51ade101e51ca73e632b1724b9eb21685316349e /releasenotes/notes
parentb1c116bdae9e2919a941a5121b4f0523e3a29a43 (diff)
downloadpatchwork-cde054196b83103f886b9d6cfdba2071efc0d4c1.tar
patchwork-cde054196b83103f886b9d6cfdba2071efc0d4c1.tar.gz
docs: Correct location of release note
Not sure how this ended up here but we both missed this. Correct the location. Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: d380219e ("api: support filtering patches by hash")
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/rest-filter-hash-e031bd3db42eb540.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/rest-filter-hash-e031bd3db42eb540.yaml b/releasenotes/notes/rest-filter-hash-e031bd3db42eb540.yaml
new file mode 100644
index 0000000..b805931
--- /dev/null
+++ b/releasenotes/notes/rest-filter-hash-e031bd3db42eb540.yaml
@@ -0,0 +1,5 @@
+---
+api:
+ - |
+ The REST API now supports filtering patches by their hashes, using the
+ ``hash`` query parameter.