From: Bob Halley Date: Wed, 23 Mar 2022 13:12:19 +0000 (-0700) Subject: add padding to whatsnew X-Git-Tag: v2.3.0rc1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75cad29a1c077ef7a4d8c4cd38933857e411b439;p=thirdparty%2Fdnspython.git add padding to whatsnew --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index d9a4b74f..fbf2217b 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -15,6 +15,10 @@ What's New in dnspython * The minimum TLS version is now 1.2. +* EDNS padding is now supported. Messages with EDNS enabled and with a + non-zero pad option will be automatically padded appropriately when + converted to wire format. + 2.2.1 -----