From ed13f1b595ede460d47f17878f1e2ce217f1f5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 23 Apr 2020 11:54:54 +0200 Subject: [PATCH] Add CHANGES note for GL #1758 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3bb189a332..cec94bbd5c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5393. [cleanup] Unused or redundant APIs were removed from libirs. + [GL #1758] + 5392. [bug] It was possible for named to crash during shutdown or reconfiguration if an RPZ zone was still being updated. [GL #1779]