Skip to content

Commit dcea2ff

Browse files
committed
more doco updates for 2.7
1 parent fed9a4f commit dcea2ff

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/whatsnew.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,18 @@ What's New in dnspython
3434
options of a specified type, and an extended_errors() helper to retrieve the list
3535
of EDE options in a message (if any).
3636

37+
* dns.message.make_response() now has a copy mode which controls how sections are
38+
copied. By default, a copy mode appropriate for the opcode is used. This is
39+
currently dns.message.CopyMode.QUESTION for all opcodes.
40+
41+
* If an IP address is used as the hostname in a URL, the https query code now passes
42+
the sni_hostname to httpx as this is required to get httpx to validate the certificate
43+
and check for an IP subject alternative name.
44+
3745
* The minimum supported aioquic version is now 1.0.0.
3846

47+
* The minimum supported Python version is now 3.9.
48+
3949
2.6.1
4050
-----
4151

0 commit comments

Comments
 (0)