From 5fdb63ea079ba918e0611d44cb0487672dde9cf7 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 4 Feb 2022 15:21:39 -0800 Subject: [PATCH] Changelog entry for added fqdn validations --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 397f808..0d8ebcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,11 @@ records created or updated using this version and matching the said edge-case will not be read/parsed correctly by the older version and will show a diff. +#### Stuff + +* Additional FQDN validation to ALIAS/CNAME value, MX exchange, SRV target and + tests of the functionality. + ## v0.9.14 - 2021-10-10 - A new supports system #### Noteworthy changes