aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 11:39:13 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 11:39:13 -0800
commitab9b9cf95bb86dbbad42e2c4de589ddd6ae2e8ec (patch)
tree62fb94b748c8bed96c6d17576a78ddd903720905 /changelog
parent8a35b44aaf82f0b6cf8384aa78d92f963ad7ee92 (diff)
downloadpandoc-ab9b9cf95bb86dbbad42e2c4de589ddd6ae2e8ec.tar.gz
Update changelog
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index f8bf76afd..2fb2011aa 100644
--- a/changelog
+++ b/changelog
@@ -199,6 +199,9 @@ pandoc (2.0.6)
* Text.Pandoc.MIME: Add opus to MIME type table as audio/ogg (#4198).
+ * Allow lenient decoding of latex error logs, which are not always
+ properly UTF8-encoded (#4200).
+
* Update latex template to work with recent versions of beamer.
The old template produced numbered sections with some recent
versions of beamer. Thanks to Thomas Hodgson.