From a6b73ebb9afa76bc805a39ae32ea77dc22edd7a8 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Wed, 2 Apr 2025 11:14:31 +0200 Subject: [PATCH] Update Changelog. --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 55bd9ff8..386fb795 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,8 @@ Breaking changes * FIX: Use base 16 per RFC 4034 for the DS digest, not base 64. ([#423]) * FIX: NSEC3 salt strings should only be accepted if within the salt size limit. (#431) * Stricter RFC 1035 compliance by default in the `Zonefile` parser. ([#477]) +* Rename {DigestAlg, Nsec3HashAlg, SecAlg, ZonemdAlg} to + {DigestAlgorithm, Nsec3HashAlgorithm, SecurityAlgorithm, ZonemdAlgorithm} New