From: Bob Halley Date: Fri, 24 Jul 2020 02:33:37 +0000 (-0700) Subject: Have only one one top-level section for What's New. X-Git-Tag: v2.1.0rc1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd1139e2cae450ddbaa0269a12356866ebf16bb;p=thirdparty%2Fdnspython.git Have only one one top-level section for What's New. --- diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index de52add7..bc31f19f 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -1,7 +1,10 @@ .. _whatsnew: -What's New in dnspython 2.1.0 -============================= +What's New in dnspython +======================= + +2.1.0 (in development) +---------------------- * End-of-line comments are now associated with rdata when read from text. For backwards compatibility with prior versions of dnspython, they are @@ -19,8 +22,8 @@ What's New in dnspython 2.1.0 * The default EDNS payload size has changed from 1280 to 1232. -What's New in dnspython 2.0.0 -============================= +2.0.0 +----- * Python 3.6 or newer is required.