aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-12-22 09:02:36 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2019-12-22 09:36:28 +0100
commit25781665560c099d5dd7755b710c84db7e80eb11 (patch)
treef412779e881e9bd3c5d19d85c37b54ba00d74c5d /changelog.md
parent434a483eab6bae1677ae4e6886f2003cc3cff1c1 (diff)
downloadpandoc-25781665560c099d5dd7755b710c84db7e80eb11.tar.gz
changelog: combine entries for issue #5984.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/changelog.md b/changelog.md
index 8b6791b52..5aab40cef 100644
--- a/changelog.md
+++ b/changelog.md
@@ -33,13 +33,12 @@
* Org reader (Albert Krewinkel):
- + Add table labels to caption if both are present (#5984).
- The table `#+NAME:` or `#+LABEL:` is added to the table's
- caption in the form of an empty span with the label set as
- the span's ID.
+ + Wrap named table in Div, using name as id (#5984).
+ Tables which are given a name via `#+NAME:` or `#+LABEL:`
+ are wrapped in an additional Div, with the name set as the
+ Div's ID.
+ Report parsing errors properly.
+ Fix parsing problem for colons in headline (#5993).
- + Wrap named table in Div, using name as id (#5984).
* Text.Pandoc.PDF: Ensure UTF8 when printing source in
`--verbose` mode, avoiding an error on platforms that