From 1f8b89f8c33b6993a4612e4f9bcad940645201ef Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 30 Sep 2019 10:40:26 +0200 Subject: [PATCH] dnsdist: add DNS over HTTPS and DNS over TLS tags to the conf --- pdns/dnsdistdist/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0