This release adds new functionality to the IGNORE_NAME() function, supports DNSimple's API change, and improves documentation.
IGNORE_NAME() is now more flexible about what it can ignore. You can now restrict its ignorance (ignorefullness?) to specific DNS resource types. For example, instead of ignoring all DNS records at foo.example.com, you can ignore just the A records, or just the A and TXT records. Thanks to @bits01 for this contribution!
Changelog
Major features:
Provider-specific changes:
- a6043df: DNSIMPLE: Support new name server handling changes (#1806) (@onlyhavecans)
Other changes and improvements:
- 7fd35e8: DOCS: Fix typos, word usage, and inline code in docs (#1805) (@andrewimeson)
- 4b3d8f7: DOCS: Remove double hyphen (#1807) (@cafferata)