diff --git a/CHANGES.md b/CHANGES.md index 46956164..4fb4329d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +### v7.0.1 (2023-02-27) + +* dns-server.zone: fix parsing of zone files that contain tokens such as + `N` `S` `E` `W` `-` `m` `DS` `CAA` `TYPE`. + There was an inconsistency in the Dns_zone_parser.keyword_or_number rule. + Test cases have been added, a comment has been added to the + Dns_zone_lexer.kw_or_cs function. Discovered while updating the primary NS + with an entry of "e.ns", fixed in #336 @hannesm + Broken since the early days of this development + ### v7.0.0 (2023-02-16) * BREAKING: dns-client is split into 3 packages: dns-client-lwt,