From 33a294bbfee135f511d8dcd681af9af438f0c83a Mon Sep 17 00:00:00 2001 From: Oliver Chen Date: Mon, 23 Jun 2025 12:07:44 +0000 Subject: [PATCH] Correct the version introduced in the docs --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2