From fe8b80a590818475b8c1d135dadf976d87c2849e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 12 Nov 2025 12:51:00 -0500 Subject: [PATCH] Show previous `versionchanged` for `logging.structured_logging` Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/rec-rust-lib/table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index a53710db27..0010325388 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -2772,8 +2772,8 @@ A sequence of statistic names, that are prevented from being exported via SNMP, Prefer structured logging when both an old style and a structured log messages is available. ''', 'versionadded': '4.6.0', - 'versionchanged': ('5.0.0', 'Disabling structured logging is deprecated'), - 'versionchanged': ('5.1.0', 'Disabling structured logging is not supported'), + 'versionchanged': [('5.0.0', 'Disabling structured logging is deprecated'), + ('5.1.0', 'Disabling structured logging is not supported')] }, { 'name' : 'structured_logging_backend', -- 2.47.3