From: Bob Halley Date: Sun, 6 Mar 2022 23:20:29 +0000 (-0800) Subject: note minimum TLS version in whatsnew X-Git-Tag: v2.3.0rc1~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa3350b298ed84f3ba7a0b2da8b3c0587222a54b;p=thirdparty%2Fdnspython.git note minimum TLS version in whatsnew --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 34d792e0..3930b314 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -13,6 +13,8 @@ What's New in dnspython * The get_soa() method has been added to dns.zone.Zone. +* The minimum TLS version is now 1.2. + 2.2.0 -----