From 65e4a81a6ea5dffaa11b17ff427af2c623ff2e5e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 7 May 2020 07:10:16 -0700 Subject: [PATCH] 3.6 or later required; mention DoH in installation doc --- doc/installation.rst | 7 +++++-- doc/whatsnew.rst | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index aef01900..8f58cff9 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -6,7 +6,7 @@ Installation Requirements ------------ -Python 2.7, 3.4 or later. +Python 3.6 or later. Installation ------------ @@ -45,7 +45,10 @@ Optional Modules The following modules are optional, but recommended for full functionality. -If ``python cryptography`` is installed, then dnspython will be +If ``requests`` and ``requests-toolbelt`` are installed, then DNS-over-HTTPS +will be available. + +If ``cryptography`` is installed, then dnspython will be able to do low-level DNSSEC RSA, DSA, ECDSA and EdDSA signature validation. If ``idna`` is installed, then IDNA 2008 will be available. diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 1fa5e5b5..375e034e 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -1,7 +1,7 @@ .. _whatsnew: -What's New in dnspython 1.16.0 -============================== +What's New in dnspython 2.0.0 +============================= New Features ------------ -- 2.47.3