]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
3.6 or later required; mention DoH in installation doc
authorBob Halley <halley@dnspython.org>
Thu, 7 May 2020 14:10:16 +0000 (07:10 -0700)
committerBob Halley <halley@dnspython.org>
Thu, 7 May 2020 14:10:16 +0000 (07:10 -0700)
doc/installation.rst
doc/whatsnew.rst

index aef0190072477955c25d99b636d3da192119e029..8f58cff9feaf7ddbe56f440f874c603042f90009 100644 (file)
@@ -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.
index 1fa5e5b51742daa4a9a8deaae874c316fc5c72e0..375e034ee5c0f4d4ae029ba0cbf3d79f271ac26b 100644 (file)
@@ -1,7 +1,7 @@
 .. _whatsnew:
 
-What's New in dnspython 1.16.0
-==============================
+What's New in dnspython 2.0.0
+=============================
 
 New Features
 ------------