From: Stephen Finucane Date: Wed, 25 Apr 2018 20:17:53 +0000 (+0100) Subject: docs: Add release note for changes to 'headers' field X-Git-Tag: v2.1.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd2f686c286f2c7a5f560c5b3271929186832d0;p=thirdparty%2Fpatchwork.git docs: Add release note for changes to 'headers' field Signed-off-by: Stephen Finucane --- diff --git a/releasenotes/notes/show-duplicated-headers-ee218a4cc1fc61f5.yaml b/releasenotes/notes/show-duplicated-headers-ee218a4cc1fc61f5.yaml new file mode 100644 index 00000000..dc75b915 --- /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.