From 335b397e15185930e3b3224eee440e4cccc2f372 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 15 Sep 2022 16:10:29 +1000 Subject: [PATCH] Add CHANGES note for [GL #3544] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index fdaaeb2cf7..dd4e7086d9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5991. [protocol] Add support for parsing and validating "dohpath" to + SVCB. [GL #3544] + 5990. [test] fuzz/dns_message_checksig now creates the key directory it uses when testing in /tmp at run time. [GL #3569]