From 8aa643a48fd2a5dc76f38007bcd43ed1f9b611c3 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:01:48 +0100 Subject: [PATCH] Wording --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index eefba25ab5d..a62c6e00f49 100644 --- a/CHANGES +++ b/CHANGES @@ -16,8 +16,8 @@ Features added Bugs fixed ---------- -* #11542: linkcheck builder: regression: URL anchors were reported as missing - when the 'linkcheck_anchors' configuration setting was set to 'False'. +* #11542: linkcheck: Properly respect :confval:`linkcheck_anchors` + and do not spuriously report failures to validate anchors. Patch by James Addison. Testing