From: Oliver Chen Date: Mon, 23 Jun 2025 12:07:44 +0000 (+0000) Subject: Correct the version introduced in the docs X-Git-Tag: dnsdist-2.1.0-alpha0~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a294bbfee135f511d8dcd681af9af438f0c83a;p=thirdparty%2Fpdns.git Correct the version introduced in the docs --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index beccb56e29..e9b8d4bda5 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -2238,7 +2238,7 @@ Other functions .. function:: addServerStateChangeCallback(callback) - .. versionadded:: 2.0.0 + .. versionadded:: 2.1.0 Register a Lua function to be called when a server state changed during the health check process. The function should not block for a long period of time, as it would otherwise delay the execution of the other functions registered for this hook, as well as the execution of the health check process.