From 0f09ea9d199bcdf9f5bbab78685feeb501f35ff1 Mon Sep 17 00:00:00 2001 From: arya dradjica Date: Wed, 29 Apr 2026 11:26:12 +0200 Subject: [PATCH] Update Changelog (for #641) --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index f86451be..fcc46f39 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,11 +8,18 @@ New Improvements +* Implemented `core::error::Error` instead of `std::error::Error` for error + types, reducing the need for the `std` feature flag. ([#641] by [@soywod]) + Bug fixes Other changes +[#641]: https://github.com/NLnetLabs/domain/pull/641 +[@soywod]: https://github.com/soywod + + ## 0.12.0 Released 2026-04-23.