diff options
| author | Bob Halley <halley@dnspython.org> | 2022-12-23 09:26:47 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-12-23 09:26:47 -0800 |
| commit | 31ef1742d8a65ac42fecc0e5ce0b1bc0a8a29ea0 (patch) | |
| tree | cfe1d7e0505f71332ac91e86a3f78ae0ec3c26d8 /doc | |
| parent | f203c480db9493439e2a00f954f2cd209b601813 (diff) | |
| download | dnspython-31ef1742d8a65ac42fecc0e5ce0b1bc0a8a29ea0.tar.gz | |
update whatsnew
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/whatsnew.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 171d2f6..5893451 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -29,7 +29,9 @@ 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. +* DNSSEC signing support has been added to the ``dns.dnssec`` module, along with + a number of functions to help generate DS, CDS, and CDNSKEY RRsets. Thank you + very much Jakob Schlyter! * Curio asynchronous I/O support is deprecated as of this release and will be removed in a future release. |
