From 40ec19035372070ac4c273aeeb2d3288b3f45196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20B?= <2589111+jfbu@users.noreply.github.com> Date: Fri, 31 Mar 2023 19:31:35 +0200 Subject: [PATCH] Update CHANGES for PR #11276 The initial formulation was wrong, as the bug did not break PDF builds, but created wrong links --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c324a5e36..e59f1215c 100644 --- a/CHANGES +++ b/CHANGES @@ -64,7 +64,8 @@ Bugs fixed leak to the shadow and border at a page break * #11264: LaTeX: missing space before colon after "Voir aussi" for :rst:dir:`seealso` directive in French -* #11274: LaTeX: external links may break the PDF build if under ``\sphinxupquote`` +* #11274: LaTeX: external links are not properly escaped for ``\sphinxupquote`` + compatibility * #11147: Fix source file/line number info in object description content and in other uses of ``nested_parse_with_titles``. Patch by Jeremy Maitin-Shepard. * #11192: Restore correct parallel search index building.