From: Bob Halley Date: Thu, 21 May 2020 14:50:13 +0000 (-0700) Subject: note that new async APIs are experimental X-Git-Tag: v2.0.0rc1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e19eecc38fa73982f3291323a4558100b0e8815;p=thirdparty%2Fdnspython.git note that new async APIs are experimental --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 13d64c06..5aab58e8 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -22,7 +22,9 @@ What's New in dnspython 2.0.0 will use DNS-over-HTTPS for a nameserver which is an HTTPS URL. * Basic query and resolver support for the Trio asynchronous I/O library has - been added in ``dns.trio.query`` and ``dns.trio.resolver``. + been added in ``dns.trio.query`` and ``dns.trio.resolver``. This API should + be viewed as experimental as asynchronous I/O support in dnspython is still + evolving. * TSIG now defaults to using SHA-256.