From fcca62859d9a41c3cc252c7b5221d75d9cd48e1a Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Mon, 29 Apr 2019 13:56:05 +0100 Subject: [PATCH] Add CHANGES note for [GL !2947] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 5109f1c9e9..4bed2fc345 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5837. [func] Key timing options for `dnssec-keygen` and + `dnssec-settime` now accept times as printed by + `dnssec-settime -p`. [GL !2947] + 5836. [bug] Quote the dns64 prefix in error messages that complain about problems with it, to avoid confusion with the following dns64 ACLs. [GL #3210]