From a78cb6f28e73912d5ffc0a8afd19650bbd07ad6f Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 14 Oct 2018 12:59:31 +0900 Subject: [PATCH] Fix #5495: csv-table directive with file option in included file is broken --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index b9365646dd..d37fe40ce7 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,8 @@ Bugs fixed * #3704: latex: wrong ``\label`` positioning for figures with a legend * #5496: C++, fix assertion when a symbol is declared more than twice. * #5493: gettext: crashed with broken template +* #5495: csv-table directive with file option in included file is broken (refs: + #4821) Testing --------