aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-26 21:18:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-26 21:18:31 -0800
commite479a887221696d0f40b253591393e96e5a07659 (patch)
tree396c796aa94fc2bea748c6d1ff6e77cf0235370e /changelog.md
parentec219f911ecc6a264dc9664cdc72bfdd1abcc32b (diff)
downloadpandoc-e479a887221696d0f40b253591393e96e5a07659.tar.gz
Bump to 2.8.0.1 and update changelog and manual.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index a7282eee6..90f1be19a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,22 @@
# Revision history for pandoc
+## pandoc 2.8.0.1 (2019-11-26)
+
+ * List `pdf` in `--list-output-formats`.
+ * EPUB writer: Fix regression with `--css` (#5937). In 2.8 `--css`
+ would not have an effect on EPUB output.
+ * RST writer: Use grid tables for one-column tables, since
+ simple tables clash with heading syntax in this case (#5936).
+ * Add unexported module Text.Pandoc.Readers.Metadata (see #5914).
+ * Use doctemplates 0.7.2, which adds the `nowrap` filter to
+ templates.
+ * Update default man template using `nowrap` for .TH heading (#5929).
+ * HTML templates: Add support for `toc-title` variable (#5930,
+ Alexandre Franke).
+ * Remove `grffile` (LaTeX package) requirement in MANUAL.txt
+ (#5927, Ian Max Andolina).
+ * Use skylighting 0.8.3.
+
## pandoc 2.8 (2019-11-22)
* Improvements in templates system (from doctemplates):