From: Bob Halley Date: Mon, 10 May 2021 12:41:24 +0000 (-0700) Subject: update with 2.2.0 changes so far X-Git-Tag: v2.2.0rc1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2faed6579a2cf56c0a111e1e6fed7316fc60e7b9;p=thirdparty%2Fdnspython.git update with 2.2.0 changes so far --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 99f04927..32e34d9c 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -3,10 +3,17 @@ What's New in dnspython ======================= -2.2.0 +2.2.0 (in development) ---------------------- -Nothing yet! +* SVCB and HTTPS records have been updated to track the evolving draft + standard. + +* The ZONEMD type has been added. + +* The resolver now returns a LifetimeTimeout exception which includes + an error trace like the NoNameservers exception. This class is a subclass of + dns.exception.Timeout for backwards compatibility. 2.1.0 ----------------------