From c080d810fc69abb136c2a3b1a98ba354afcccd1f Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Mon, 22 Apr 2024 13:34:06 +0200 Subject: [PATCH] Update changelog. --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e7d636c1..67776cb4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ Breaking changes +* All types and functions referring to dmian names have been changed from + using the term “dname” to just “name.” For instance, `Dname` has become + `Name`, `ToDname` has become `ToName`, and `ToDname::to_dname` has become + `ToName::to_name`. ([#290]) * The types for IANA-registered parameters in `base::iana` have been changed from enums to a newtypes around their underlying integer type and associated constants for the registered values. (This was really @@ -102,6 +106,7 @@ Other changes [#285]: https://github.com/NLnetLabs/domain/pull/285 [#286]: https://github.com/NLnetLabs/domain/pull/286 [#288]: https://github.com/NLnetLabs/domain/pull/288 +[#290]: https://github.com/NLnetLabs/domain/pull/290 [#292]: https://github.com/NLnetLabs/domain/pull/292 [#293]: https://github.com/NLnetLabs/domain/pull/293 [@torin-carey]: https://github.com/torin-carey