From 8f6e44385a927ab1225ea06ee4e2cdc594ef48b6 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:40:23 +0100 Subject: [PATCH] Update changelog. --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4c6394e8..2ffd1382 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,10 @@ New * Added support for `NAPTR` record type. ([#427] by [@weilence]) * Added initial fuzz testing support for some types via a new `arbitrary` feature (not enabled by default). ([#441]) +* Added `StubResolver::add_connection()` to allow adding a connection to the + running resolver. In combination with `ResolvConf::new()` this can also be + used to control the connections made when testing code that uses the stub + resolver. ([#440]) Bug fixes @@ -39,6 +43,7 @@ Other changes [#417]: https://github.com/NLnetLabs/domain/pull/417 [#421]: https://github.com/NLnetLabs/domain/pull/421 [#427]: https://github.com/NLnetLabs/domain/pull/427 +[#440]: https://github.com/NLnetLabs/domain/pull/440 [#441]: https://github.com/NLnetLabs/domain/pull/441 [@weilence]: https://github.com/weilence