From: Bob Halley Date: Sat, 20 Nov 2021 14:28:25 +0000 (-0800) Subject: mention async DoH in whatsnew X-Git-Tag: v2.2.0rc1~30^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F723%2Fhead;p=thirdparty%2Fdnspython.git mention async DoH in whatsnew --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 32e34d9c..f4c6e93f 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -15,6 +15,8 @@ What's New in dnspython an error trace like the NoNameservers exception. This class is a subclass of dns.exception.Timeout for backwards compatibility. +* DNS-over-HTTPS is now supported for asynchronous queries and resolutions. + 2.1.0 ----------------------