From 3c405db16bf7dd9ccd28eb7058dc15c9bcf8734d Mon Sep 17 00:00:00 2001 From: Benjamin Fry Date: Thu, 8 Jun 2023 10:07:10 -0700 Subject: [PATCH] update CHANGELOG for 0.23-alpha-4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ce388c..ba43fb3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or ### Changed +- (resolver) Provider API Redesign #1938 by XOR-op +- (all) create default rules for justfile (changed from cargo-make to justfiles) #1951 by bluejekyll - (all) Bump log to v0.4.18 #1949 by daxpedda - (proto) Make RData::read() API public #1945 by djc - (all) Replace lazy_static with once_cell #1944 by daxpedda @@ -83,6 +85,8 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or ### Added +- (all) add an html coverage report for local review of coverage data #1959 by bluejekyll +- (resolver) Add the possibility to shuffle NameServers #1920 by Edu4rdSHL - (resolver) add test for connecting DoH with pure IP Address #1936 by mokeyish - (resolver) add NameServerConfigGroup::from_ips_quic #1929 by zh-jq - (resolve) Add --reverse, --file and --interval to util/resolve #1807 by cunha