From c8c51a5a6a921eb3d5fc166b8ec9ab5ae2f07afa Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Wed, 18 Oct 2023 12:00:46 +0200 Subject: [PATCH] Update changelog. --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 115c75790..cb2f1dd54 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ Breaking changes effects as `#[must_use]`. ([#228] by [@WhyNotHugo]) * Changed the signature of `FoundSrvs::merge` to use a non-mut `other`. ([#232]) +* The minimum Rust version is now 1.67. ([#235]) New @@ -24,7 +25,8 @@ New [#229]: https://github.com/NLnetLabs/domain/pull/229 [#230]: https://github.com/NLnetLabs/domain/pull/230 [#231]: https://github.com/NLnetLabs/domain/pull/231 -[#232]: https://github.com/NLnetLabs/domain/pull/230 +[#232]: https://github.com/NLnetLabs/domain/pull/232 +[#235]: https://github.com/NLnetLabs/domain/pull/235 [@WhyNotHugo]: https://github.com/WhyNotHugo [@xofyarg]: https://github.com/xofyarg