From c28f87fb6c3bc36f6b15c0333027e584a61198f5 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 21 May 2020 14:43:41 -0700 Subject: [PATCH] mention negative caching in whatsnew --- doc/whatsnew.rst | 1 + 1 file changed, 1 insertion(+) 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. -- 2.47.3