aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-12-17 12:19:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-17 12:19:10 -0800
commitfedea375e14a1edf1e59318420578f4e684dd312 (patch)
tree259d002b96417ef0a96917f6e757489cd8925b27 /changelog.md
parent1bc20fae0d0da366d3f3235f787fb9afa467663b (diff)
downloadpandoc-fedea375e14a1edf1e59318420578f4e684dd312.tar.gz
Provisional changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md30
1 files changed, 29 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index b57cf8b1c..fa547e7e1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,34 @@
# Revision history for pandoc
-## pandoc 2.9 (PROVISIONAL)
+## pandoc 2.9.1 (PROVISIONAL)
+
+ * Improved table of contents generation in markdown, RTF,
+ commonmark, better handling cases where section headings are
+ enclosed in divs.
+
+ * HTML reader: Add `nav` to list of block-level tags.
+
+ * Org reader: add table labels to caption if both are present
+ (#5984, Albert Krewinkel). 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.
+
+ * Text.Pandoc.PDF: Ensure UTF8 when printing source in
+ `--verbose` mode (#5997).
+
+ * Text.Pandoc.Templates: Strip directory before trying to find
+ partial in data files (#5987).
+
+ * Text.Pandoc.Shared: Improve `makeSections` so we don't get
+ doubled "number" attributes in EPUB output (or anywhere
+ else) (#5986).
+
+ * Added tests for `--toc` and `--section-divs`.
+
+ * lua-filters.md remove spurious dot in title (#5996, Mauro
+ Bieg).
+
+## pandoc 2.9 (2019-12-11)
* Text.Pandoc.Templates [API change]