From: Bob Halley Date: Tue, 13 Dec 2022 02:24:16 +0000 (-0800) Subject: add DNSSEC sign() to whatsnew X-Git-Tag: v2.3.0rc1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d5c69abfb57b395900c12b01eb423a5089a2040;p=thirdparty%2Fdnspython.git add DNSSEC sign() to whatsnew --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 2dfb7ad5..171d2f60 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -29,6 +29,8 @@ What's New in dnspython is subject to change in future releases. For asynchronous I/O, both asyncio and Trio are supported, but Curio is not. +* DNSSEC signing support has been added to the ``dns.dnssec`` module. + * Curio asynchronous I/O support is deprecated as of this release and will be removed in a future release.