summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-04-25 21:17:53 +0100
committerStephen Finucane <stephen@that.guru>2018-04-25 21:17:53 +0100
commitccd2f686c286f2c7a5f560c5b3271929186832d0 (patch)
tree49feba84a47391976a88ade1826830e5fde746a3
parent608f7bda1f93d451aee244821f5e1ed57df2b23a (diff)
downloadpatchwork-ccd2f686c286f2c7a5f560c5b3271929186832d0.tar
patchwork-ccd2f686c286f2c7a5f560c5b3271929186832d0.tar.gz
docs: Add release note for changes to 'headers' field
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r--releasenotes/notes/show-duplicated-headers-ee218a4cc1fc61f5.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/show-duplicated-headers-ee218a4cc1fc61f5.yaml b/releasenotes/notes/show-duplicated-headers-ee218a4cc1fc61f5.yaml
new file mode 100644
index 0000000..dc75b91
--- /dev/null
+++ b/releasenotes/notes/show-duplicated-headers-ee218a4cc1fc61f5.yaml
@@ -0,0 +1,6 @@
+---
+api:
+ - |
+ Messages headers that use the same key, such as ``Received:`` are now
+ combined into a list. Previously only one of the values would be output.
+ This affects the ``/covers`` and ``/patches`` endpoints.