Update changelog.

This commit is contained in:
Martin Hoffmann
2024-02-09 13:35:53 +01:00
parent 74ce3dd62b
commit 1e7ede35a9
+6
View File
@@ -8,6 +8,11 @@ Breaking changes
a consequence `TxtBuilder` converts an empty builder into TXT record
data consisting of one empty character string which requires
`TxtBuilder::finish` to be able to return an error. ([#267])
* The text formatting for `CharStr` has been redesigned. The `Display`
impl now uses a modified version of the representation format that
doesnt escape white space but also doesnt enclose the string in
quotes. Methods for explicitly formatting in quoted and unquoted
presentation format are provided. ([#270]);
* The stub resolver now uses the new client transports. This doesnt change
how it is used but does change how it queries the configured servers.
([#215])
@@ -50,6 +55,7 @@ Other changes
[#258]: https://github.com/NLnetLabs/domain/pull/258
[#259]: https://github.com/NLnetLabs/domain/pull/259
[#267]: https://github.com/NLnetLabs/domain/pull/267
[#270]: https://github.com/NLnetLabs/domain/pull/270
[@torin-carey]: https://github.com/torin-carey