From e3432155524f36f7fb940ce4dcdd45546e37a009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20B?= <2589111+jfbu@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:27:59 +0200 Subject: [PATCH] Update CHANGES.rst with omitted fix of #12520 --- CHANGES.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a77bb761d79..88b5438347d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -184,11 +184,13 @@ Bugs fixed Patch by Matthias Geier. * #12224: Properly detect WebP files. Patch by Benjamin Cabé. -* #12380: LaTeX: Footnote mark sometimes indicates ``Page N`` where ``N`` is - the current page number and the footnote does appear on that same page. +* #12380: LaTeX: Avoid footnote markers ``Page N`` when ``N`` is already + the current page number. Patch by Jean-François B. * #12410: LaTeX: for French and ``'lualatex'`` as :confval:`latex_engine` - ``polyglossia`` and not ``babel`` is used (contrarily to ``'xelatex'``). + use ``babel`` as with ``'xelatex'`` (and not ``polyglossia``). + Patch by Jean-François B. +* #12520: LaTeX: let :rst:dir:`todolist` produce correct hyperlinks in PDF. Patch by Jean-François B. * #12416: Ensure that configuration setting aliases are always synchronised when one value or the other is modified.