summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/query.rst1
-rw-r--r--doc/whatsnew.rst3
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/query.rst b/doc/query.rst
index 55aa5ab..08940b4 100644
--- a/doc/query.rst
+++ b/doc/query.rst
@@ -17,6 +17,7 @@ UDP
---
.. autofunction:: dns.query.udp
+.. autofunction:: dns.query.udp_with_fallback
.. autofunction:: dns.query.send_udp
.. autofunction:: dns.query.receive_udp
diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst
index 4dc8047..f2e7adf 100644
--- a/doc/whatsnew.rst
+++ b/doc/whatsnew.rst
@@ -57,9 +57,6 @@ What's New in dnspython 2.0.0
* The NINFO record is supported.
-* When decoding from wire format, if a message as TC (truncated) set,
- a ``Truncated`` exception is now raised.
-
* The ``dns.hash`` module has been removed; just use Python's native
``hashlib`` module.