From 18c31d52bb1143d76bc0b3168d4d1e0a452ec638 Mon Sep 17 00:00:00 2001 From: jfbu Date: Sun, 16 Oct 2016 17:47:38 +0200 Subject: [PATCH] Update CHANGES for PR#3057 --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 462d22d07..5fb443e4a 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,8 @@ Incompatible changes is done later in the preamble of the latex output via ``'hyperref'`` key. * Sphinx does not ship anymore a custom modified LaTeX style file ``tabulary``. The non-modified package is used. +* #3057: By default, footnote marks in latex PDF output are not preceded by a + space anymore, ``\sphinxBeforeFootnote`` allows user customization if needed. Features added -------------- @@ -50,6 +52,7 @@ Bugs fixed * #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated * #3031: incompatibility with LaTeX package ``tocloft`` * #3003: literal blocks in footnotes are not supported by Latex +* #3047: space before footnote in pdf output is not coherent and allow breaks Testing --------