Update CHANGES for PR#3504

This commit is contained in:
jfbu
2017-03-04 18:50:08 +01:00
parent 469d261abb
commit 91ec5a8012

View File

@@ -80,6 +80,7 @@ Features added
as do normal cells (refs: #3435)
* HTML buildre uses experimental HTML5 writer if ``html_experimental_html5_builder`` is True
and docutils 0.13 and newer is installed.
* LaTeX macros to customize space before and after tables in PDF output (refs #3504)
Bugs fixed
----------
@@ -87,6 +88,7 @@ Bugs fixed
* ``literalinclude`` directive expands tabs after dedent-ing (refs: #3416)
* #1574: Paragraphs in table cell doesn't work in Latex output
* #3288: Table with merged headers not wrapping text
* #3491: Inconsistent vertical space around table and longtable in PDF
Deprecated
----------