]> granicus.if.org Git - pdns/commitdiff
dnsdist: Document that ContinueAction() will be added in 1.4.0
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Jul 2019 12:21:57 +0000 (14:21 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Jul 2019 12:21:57 +0000 (14:21 +0200)
pdns/dnsdistdist/docs/rules-actions.rst

index db990693bae8803a4b1a3724a5465c11e029ce1e..a5879eb9651f967a4c46008cf91e9127089d343d 100644 (file)
@@ -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.