From: Michael Wallner Date: Thu, 18 Aug 2016 20:52:30 +0000 (+0200) Subject: fixup X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=a80a94211d943b9903d9d36ebc62320a3673f784;p=mdref%2Fmdref-http fixup --- diff --git a/http/Message/setHeader.md b/http/Message/setHeader.md index 98f5847..0b57eee 100644 --- a/http/Message/setHeader.md +++ b/http/Message/setHeader.md @@ -3,7 +3,7 @@ Set a single header. See http\Message::getHeader() and http\Message::addHeader(). -> **NOTE:** +> ***NOTE:*** > Prior to v2.5.6/v3.1.0 headers with the same name were merged into a single > header with values concatenated by comma. @@ -20,6 +20,5 @@ See http\Message::getHeader() and http\Message::addHeader(). ## Changelog: -Version | Changes --------------|-------- -2.5.6, 3.1.0 | Multiple headers with the same name are kept separate instead of merged together. +0. v2.5.6, v3.1.0 + * Multiple headers with the same name are kept separate instead of merged together. diff --git a/http/Message/setHeaders.md b/http/Message/setHeaders.md index 2ce4418..2ccbf6f 100644 --- a/http/Message/setHeaders.md +++ b/http/Message/setHeaders.md @@ -3,7 +3,7 @@ Set the message headers. See http\Message::getHeaders() and http\Message::addHeaders(). -> **NOTE:** +> ***NOTE:*** > Prior to v2.5.6/v3.1.0 headers with the same name were merged into a single > header with values concatenated by comma. @@ -47,6 +47,5 @@ Yields: ## Changelog: -Version | Changes --------------|-------- -2.5.6, 3.1.0 | Multiple headers with the same name are kept separate instead of merged together. +0. 2.5.6, 3.1.0 + * Multiple headers with the same name are kept separate instead of merged together.