summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-07 07:10:16 -0700
committerBob Halley <halley@dnspython.org>2020-05-07 07:10:16 -0700
commit65e4a81a6ea5dffaa11b17ff427af2c623ff2e5e (patch)
treeb6f5a6652ee516ace5b0f7b0bb205fe3aa119986
parent81f1b3b3493521ee293eb873900d1731bae6bc61 (diff)
downloaddnspython-65e4a81a6ea5dffaa11b17ff427af2c623ff2e5e.tar.gz
3.6 or later required; mention DoH in installation doc
-rw-r--r--doc/installation.rst7
-rw-r--r--doc/whatsnew.rst4
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index aef0190..8f58cff 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 1fa5e5b..375e034 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
------------