summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-14 13:51:24 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-14 13:51:24 -0800
commitbaa5ea35dea0cac9e906ce093a4476f2579882b6 (patch)
tree4e060f5fdc4201a6db86204ff67ec07933a8686b /changelog
parent0a9bb963d9d7994d86073a31ce2c828d49aaf6f3 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index 03d82a877..a42a1ac6e 100644
--- a/changelog
+++ b/changelog
@@ -73,6 +73,11 @@ pandoc (1.15.2)
The `comment` environment is handled in a similar way to the
`verbatim` environment, except that its content is discarded.
+ * Docx reader: Follow relationships correctly in foot/endnotes (Jesse
+ Rosenthal). There are separate relationship (link) files for foot and
+ endnotes. These had previously been grouped together which led
+ to links not working correctly in notes. This should finally fix that.
+
* LaTeX and ConTeXt writers: support `lang` attribute on divs and spans
(mb21). For LaTeX, also collect `lang` and `dir` attributes on spans and
divs to set the `lang`, `otherlangs` and `dir` variables if they aren’t set