From 11b153dc1478be841e51096de38008d875e069b7 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 22 Nov 2024 16:16:15 +0100 Subject: [PATCH] [#3609] Improved ChangeLog entry --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15e0e32dbb..b6e24b1bed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2305. [func] fdupont - Added the new "http-headers" parameters which specify - by name and value in CA or HTTP control socket - configuration extra headers to add to HTTP responses. + Added a new "http-headers" parameter to the CA and + HTTP control socket configuration sections which can + be used to specify extra 'name: value' headers to be + added to HTTP responses. (Gitlab #3609) 2304. [func] tmark