From 2a340ee510c96583c2859da9832922e5a166feca Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 13 Oct 2021 15:26:14 +0300 Subject: [PATCH] Modify the CHANGES file [GL #2854] Mentions that we now assign HTTP freshness lifetime to responses sent over DNS-over-HTTPS. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 3432aadf15..28305b4ddf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5756. [func] Assign HTTP freshness lifetime to responses sent + via DNS-over-HTTPS, according to the recommendations + given in RFC 8484. [GL #2854] + 5755. [bug] The statistics channel wasn't correctly handling multiple HTTP requests, or pipelined or truncated requests. [GL #2973]