From: Remi Gacogne Date: Mon, 30 Sep 2019 08:40:26 +0000 (+0200) Subject: dnsdist: add DNS over HTTPS and DNS over TLS tags to the conf X-Git-Tag: dnsdist-1.4.0-rc4~58^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f8b89f8c33b6993a4612e4f9bcad940645201ef;p=pdns dnsdist: add DNS over HTTPS and DNS over TLS tags to the conf --- diff --git a/pdns/dnsdistdist/docs/conf.py b/pdns/dnsdistdist/docs/conf.py index e388c7808..87c8c969c 100644 --- a/pdns/dnsdistdist/docs/conf.py +++ b/pdns/dnsdistdist/docs/conf.py @@ -84,8 +84,8 @@ changelog_render_ticket = "https://github.com/PowerDNS/pdns/issues/%s" changelog_render_pullreq = "https://github.com/PowerDNS/pdns/pull/%s" changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s" -changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', "Removals"] -changelog_inner_tag_sort = ["Security", 'DNSCrypt', 'Protobuf', "Performance", 'Webserver'] +changelog_sections = ['New Features', 'Improvements', 'Bug Fixes', 'Removals'] +changelog_inner_tag_sort = ['Security', 'DNS over HTTPS', 'DNS over TLS', 'DNSCrypt', 'Protobuf', 'Performance', 'Webserver'] changelog_render_tags = False