From: Bob Halley Date: Thu, 21 May 2020 21:43:41 +0000 (-0700) Subject: mention negative caching in whatsnew X-Git-Tag: v2.0.0rc1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28f87fb6c3bc36f6b15c0333027e584a61198f5;p=thirdparty%2Fdnspython.git mention negative caching in whatsnew --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 5aab58e8..4dc80471 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -66,3 +66,4 @@ What's New in dnspython 2.0.0 * Rounding is done in the standard python 3 fashion; dnspython 1.x rounded in the python 2 style on both python 2 and 3. +* The resolver will now do negative caching if a cache has been configured.