From acae6cf438d48121b88d2eabab6a68c24ae4ab09 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 16 Apr 2020 14:24:25 +0200 Subject: [PATCH] Update changes --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 24d1df47d7..e58cad4c49 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5384. [bug] With dnssec-policy, inline-signing was implicitly set + to yes. Change and only set inline-signing to yes + if the zone is not dynamic. [GL #1709] + 5383. [func] Add a quota attach function with a callback and clean up the isc_quota API. [GL !3280]