Update CHANGES for PR#3057

This commit is contained in:
jfbu 2016-10-16 17:47:38 +02:00
parent 828c96ec10
commit 18c31d52bb

View File

@ -13,6 +13,8 @@ Incompatible changes
is done later in the preamble of the latex output via ``'hyperref'`` key. 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``. * Sphinx does not ship anymore a custom modified LaTeX style file ``tabulary``.
The non-modified package is used. 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 Features added
-------------- --------------
@ -50,6 +52,7 @@ Bugs fixed
* #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated * #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated
* #3031: incompatibility with LaTeX package ``tocloft`` * #3031: incompatibility with LaTeX package ``tocloft``
* #3003: literal blocks in footnotes are not supported by Latex * #3003: literal blocks in footnotes are not supported by Latex
* #3047: space before footnote in pdf output is not coherent and allow breaks
Testing Testing
-------- --------