The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.010   2022-11-12  Released-By: PERLANCAR; Urgency: medium

        - Add support for many other record types: AFSDB, APL, AXFR, CAA,
          CDNSKEY, CDS, CERT, CSYNC, DHCID, DLV, DNAME, DNSKEY, DS, EUI48,
          EUI64, HINFO, HIP, HTTPS, IPSECKEY, IXFR, KEY, KX, LOC, NAPTR, NSEC,
          NSEC3, NSEC3PARAM, OPENPGPKEY, OPT, RP, RRSIG, SIG, SMIMEA, SVCB, TA,
          TKEY, TLSA, TSIG, URI, ZONEMD (thanks keteague).


0.009   2022-11-05  Released-By: PERLANCAR; Urgency: medium

        - Add support for AAAA and PTR records (thanks keteague).


0.008   2019-09-17  Released-By: PERLANCAR; Urgency: medium

	- Add workaround: convert_underscore_in_host.

        - [refactor] Extract workarounds to DNS::Zone::Struct::Common{,::BIND}.


0.007   2019-09-05  Released-By: PERLANCAR; Urgency: medium

	- Fix sort order once again: hosts must be grouped together,
	  otherwise they might not be returned by bind; root node first,
	  then non-wildcard, then wildcard; also group record type to be
	  neater.


0.006   2019-09-04  Released-By: PERLANCAR; Urgency: medium

	- [ux] Set 'domain' argument as pos=0.

        - Remove unneeded argument master_host.


0.005   2019-08-29  Released-By: PERLANCAR; Urgency: medium

	- Add workaround arguments: workaround_root_cname, workaround_no_ns,
	  workaround_cname_and_other_data (all active by default).

	- [bugfix] Fix SRV record format.

	- [bugfix] Fix ordering of records that's demanded by bind: root node
	  first, then CNAME *right* before a wildcard, then the others.


0.004   2019-08-29  Released-By: PERLANCAR; Urgency: medium

	- Support SRV records.


0.003   2019-08-29  Released-By: PERLANCAR; Urgency: medium

	- Handle SSHFP records.

	- Accept domain_id as alternative to domain name.

	- Fix Rinci metadata.


0.002   2019-08-29  Released-By: PERLANCAR; Urgency: medium

	- Allow passing dbh instead of db_dsn/db_user/db_password.


0.001   2019-08-19  Released-By: PERLANCAR

        - First release.