From 1e19eecc38fa73982f3291323a4558100b0e8815 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 21 May 2020 07:50:13 -0700 Subject: [PATCH] note that new async APIs are experimental --- doc/whatsnew.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.47.3