* Falling back to the either the overall subdomain-policy or overall domain-policy if a subdomain lacks a specific published DMARC record — with thanks to Igor Colombi for pointing out the issue
2.1.8
------------------
* Adding :pep:`484` type hints * Updating the public-suffix list * Using :mod:`setuptools` to return the public-suffix list
2.1.7
------------------
* Testing with Python 3.5 * Switching to dictionary-comprehensions
2.1.6
------------------
* Updating the suffix list from Mozilla, thanks to `Baran Kaynak`_
.. _Baran Kaynak: https://github.com/barankaynak
2.1.5
------------------
* Catching ``dns.resolver.NoNameserver`` exceptions, thanks to `Alexy Mikhailichenko`_