Skip to content

Commit dfa7254

Browse files
committed
Update CHANGES for fix of issues #13597 and #13635
1 parent 82736e0 commit dfa7254

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ Features added
3737
Patch by Jean-François B.
3838
* #13535: html search: Update to the latest version of Snowball (v3.0.1).
3939
Patch by Adam Turner.
40-
* #13597: LaTeX: table nested in a merged cell leads to invalid LaTeX mark-up
41-
and PDF cannot be built.
42-
Patch by Jean-François B.
4340
* #13704: autodoc: Detect :py:func:`typing_extensions.overload <typing.overload>`
4441
and :py:func:`~typing.final` decorators.
4542
Patch by Spencer Brown.
@@ -53,9 +50,15 @@ Bugs fixed
5350
Patch by Alicia Garcia-Raboso.
5451
* #13528: Add tilde ``~`` prefix support for :rst:role:`py:deco`.
5552
Patch by Shengyu Zhang and Adam Turner.
53+
* #13597: LaTeX: table nested in a merged cell leads to invalid LaTeX mark-up
54+
and PDF cannot be built.
55+
Patch by Jean-François B.
5656
* #13619: LaTeX: possible duplicated footnotes in PDF from object signatures
5757
(typically if :confval:`latex_show_urls` ``= 'footnote'``).
5858
Patch by Jean-François B.
59+
* #13635: LaTeX: if a cell contains a table, row coloring is turned off for
60+
the next table cells.
61+
Patch by Jean-François B.
5962

6063
Testing
6164
-------

0 commit comments

Comments
 (0)