From 2290ed3bd3ec93a119fd139a741af9e43a5704d9 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 1 Jul 2020 08:05:33 -0700 Subject: [PATCH] update --- doc/whatsnew.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.47.3