From 2f2cbf15c2be4ce81dde764c734fd23507ec229b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 23 Jul 2019 14:21:57 +0200 Subject: [PATCH] dnsdist: Document that ContinueAction() will be added in 1.4.0 --- pdns/dnsdistdist/docs/rules-actions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index db990693ba..a5879eb965 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -854,6 +854,8 @@ The following actions exist. .. function:: ContinueAction(action) + .. versionadded:: 1.4.0 + Execute the specified action and override its return with None, making it possible to continue the processing. Subsequent rules are processed after this action. -- 2.47.2