From e14b296ef079befe4e2471fd98eb3b2bbbff5c4a Mon Sep 17 00:00:00 2001 From: jfbu Date: Wed, 1 Mar 2017 22:34:47 +0100 Subject: [PATCH] Update CHANGES for PR#3435 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 791afcfc2..99806e953 100644 --- a/CHANGES +++ b/CHANGES @@ -75,11 +75,15 @@ Features added * #3463: Add warning messages for required EPUB3 metadata. Add default value to ``epub_description`` to avoid warning like other settings. * #3476: setuptools: Support multiple builders +* latex: merged cells in LaTeX tables allow code-blocks, lists, blockquotes... + as do normal cells (refs: #3435) 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 Deprecated ----------