From 2a613d1773d0487be4cf57fa2322ff40f5edae30 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Mon, 6 Feb 2023 16:55:42 +0100 Subject: [PATCH] Update changelog. --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3e368473..cde276e5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -37,6 +37,12 @@ Breaking Changes * Dropped `Deref` impls for `Dname<_>`, `RelativeDname<_>`. ([#168]) * Renamed `opt::KeyTag::new` to `opt::KeyTag::from_octets`. ([#168]) * Renamed `rdata::Txt::try_from_slice` to `build_from_slice`. ([#168]) +* The `new` method of the following record data types now check whether + the wire format representation of the record data is too long and thus + returns a result: `Tsig<_, _>`, `Dnskey<_>`, `Rrsig<_, _>`, `Ds<_>`, + `Cdnskey<_>`, `Cds<_>`. ([#169]) +* The `new` function for `rdata::Null<_>` has been replaced with a + `from_octets` and `from_slice` pair. The `Deref` impl was removed. ([#169]) New @@ -52,6 +58,7 @@ Other Changes [#157]: https://github.com/NLnetLabs/domain/pull/157 [#160]: https://github.com/NLnetLabs/domain/pull/160 [#168]: https://github.com/NLnetLabs/domain/pull/168 +[#169]: https://github.com/NLnetLabs/domain/pull/169 [Martin Fischer]: https://push-f.com/ [octseq]: https://crates.io/crates/octseq