diff options
author | Stephen Finucane <stephen@that.guru> | 2019-12-01 12:08:42 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-12-01 12:08:42 +0000 |
commit | 4c068c176902636102f165a4ee786f9cf72c8e1b (patch) | |
tree | 8a9adffd85a446ab4a97b906a629357b44aa2c1c | |
parent | cde054196b83103f886b9d6cfdba2071efc0d4c1 (diff) | |
download | patchwork-4c068c176902636102f165a4ee786f9cf72c8e1b.tar patchwork-4c068c176902636102f165a4ee786f9cf72c8e1b.tar.gz |
docs: Change category of API release note
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | releasenotes/notes/api-order-events-by-date-7484164761c5231b.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/notes/api-order-events-by-date-7484164761c5231b.yaml b/releasenotes/notes/api-order-events-by-date-7484164761c5231b.yaml index 5d5328d..c5e587c 100644 --- a/releasenotes/notes/api-order-events-by-date-7484164761c5231b.yaml +++ b/releasenotes/notes/api-order-events-by-date-7484164761c5231b.yaml @@ -1,5 +1,5 @@ --- -features: +api: - | Allow ordering events from the events API by date. This can be done by adding ``order=date`` or ``order=-date`` (the default) parameters. |