From 5beb2835ad620552a73e8f5022c0c991c0f5fc9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 6 Jul 2023 15:58:14 +0200 Subject: [PATCH] Add a CHANGES marker --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 17af2fea39..9238cf4957 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.19.15 released --- + 6207. [cleanup] The code implementing TSIG/TKEY support has been cleaned up and refactored for improved robustness, readability, and consistency with other code modules. [GL !7828]