From: Bob Halley Date: Wed, 1 Jul 2020 15:05:33 +0000 (-0700) Subject: update X-Git-Tag: v2.0.0rc2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2290ed3bd3ec93a119fd139a741af9e43a5704d9;p=thirdparty%2Fdnspython.git update --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 801e0f68..dd7e48db 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -64,3 +64,12 @@ What's New in dnspython 2.0.0 in the python 2 style on both python 2 and 3. * The resolver will now do negative caching if a cache has been configured. + +* TSIG and OPT now have rdata types. + +* The class for query messages is now QueryMessage. Class Message is now a + base class, and is also used for messages for which we don't have a better + class. Update messages are now class UpdateMessage, though class Update + is retained for compatibility. + +* Support for Windows 95, 98, and ME has been removed.