diff options
author | Bob Halley <halley@dnspython.org> | 2023-04-09 11:19:54 -0700 |
---|---|---|
committer | Bob Halley <halley@dnspython.org> | 2023-04-16 12:27:38 -0700 |
commit | 4783033f4365a9e9cd55e01bc6839f7df2cfd456 (patch) | |
tree | b37dd8f3e2fdab89e08121f98fc58cea15eeffb8 | |
parent | 1db18b95597fb0fb70081d394246a1c73a2cc3ae (diff) | |
download | dnspython-4783033f4365a9e9cd55e01bc6839f7df2cfd456.tar.gz |
simplify DDR text
-rw-r--r-- | doc/whatsnew.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index ab32bbb..3d42c8d 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -26,7 +26,7 @@ What's New in dnspython use Discovery of Designated Resolvers (DDR) to upgrade the connection from the stub resolver to the recursive server so that it uses DNS-over-HTTPS, DNS-over-TLS, or DNS-over-QUIC. This feature is currently experimental as the standard is still in - draft stage, although the DDR has been deployed already. + draft stage. * Curio support has been removed. |