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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8404%2Fhead;p=thirdparty%2Fpdns.git 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 31b05535a0..91c820f42f 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.