From aa4319f2635c6adef408e9202a900d28b488339c Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Wed, 28 Sep 2022 09:01:30 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3512] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 9bf6f54a32..2d9cd6dbf0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5989. [func] Implement support for DDNS update forwarding using DoT + to TLS-enabled primary servers. [GL #3512] + 5988. [bug] Some out of memory conditions in opensslrsa_link.c could lead to memory leaks. [GL #3551]