From: Remi Gacogne Date: Thu, 10 Oct 2019 12:56:14 +0000 (+0200) Subject: dnsdist: Add a missing line before SuffixMatchNode's 'versionadded' X-Git-Tag: dnsdist-1.4.0-rc4~34^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dfdb4227ea3640e2bab89ca89fe7eee1af78029;p=pdns dnsdist: Add a missing line before SuffixMatchNode's 'versionadded' --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 31b05535a..91c820f42 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1099,6 +1099,7 @@ If you are looking for exact name matching, your might want to consider using a Represent a set of DNS suffixes for quick matching. .. method:: SuffixMatchNode:add(name) + .. versionchanged:: 1.4.0 This method now accepts strings, lists of DNSNames and lists of strings.