From 3c8a79eed8c40bc06c7747fb297d2a2f1ceff7c7 Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Fri, 14 Jan 2022 15:35:41 +0100 Subject: [PATCH] Changelog note for #605: - Merge PR #605: Fix EDNS to upstream where the same option could be attached more than once. --- doc/Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 586cd1c37..b64aff1dc 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +14 January 2022: George + - Merge PR #605: + - Fix EDNS to upstream where the same option could be attached + more than once. + - Add a region to serviced_query for allocations. + 11 January 2022: George - Fix prematurely terminated TCP queries when a reply has the same ID.