From f25df44319183845034bff7a0c96cc406961fc15 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 13 Dec 2024 09:24:19 +0100 Subject: [PATCH] Add versionchanged clause --- pdns/recursordist/settings/table.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index f877cbaedb..9635ca41c6 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -3002,7 +3002,8 @@ A sequence of UDP port numbers to avoid when binding. For example: See :ref:`setting-udp-source-port-min`. ''', - 'versionadded': '4.2.0' + 'versionadded': '4.2.0', + 'versionchanged': ('5.2.0', 'port 4791 was added in the default list'), }, { 'name' : 'udp_truncation_threshold', -- 2.47.2