summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-30 14:56:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-30 14:56:36 +0100
commitac312caabd8c4e595e0b930154fd3033ba397ace (patch)
tree0c8af458e08251996804ced064aea614886b1034 /changelog
parent478e15dc3bea45ab70b9f5f4c859b1c11beb03f7 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog b/changelog
index f48f78b13..4a67194b5 100644
--- a/changelog
+++ b/changelog
@@ -40,6 +40,10 @@ pandoc (1.19)
* Improved error if they give wrong arg to `--top-level-division`.
+ * Use new module from texmath to lookup MS font codepoints in Docx
+ reader. Removed unexported module Text.Pandoc.Readers.Docx.Fonts.
+ Its code now lives in texmath (0.9).
+
* DocBook reader: Fixed xref lookup (#3243).
It previously only worked when the qnames lacked the docbook
namespace URI.