File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ Features added
37
37
Patch by Jean-François B.
38
38
* #13535: html search: Update to the latest version of Snowball (v3.0.1).
39
39
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.
43
40
* #13704: autodoc: Detect :py:func: `typing_extensions.overload <typing.overload> `
44
41
and :py:func: `~typing.final ` decorators.
45
42
Patch by Spencer Brown.
@@ -53,9 +50,15 @@ Bugs fixed
53
50
Patch by Alicia Garcia-Raboso.
54
51
* #13528: Add tilde ``~ `` prefix support for :rst:role: `py:deco `.
55
52
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.
56
56
* #13619: LaTeX: possible duplicated footnotes in PDF from object signatures
57
57
(typically if :confval: `latex_show_urls ` ``= 'footnote' ``).
58
58
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.
59
62
60
63
Testing
61
64
-------
You can’t perform that action at this time.
0 commit comments