summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-14 09:57:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-14 09:57:46 -0700
commit66361d9eb72bd91c4766134af5c73618e1b1d535 (patch)
tree1f82569db347f5fff3f19d2fae3e568f79e794e0 /changelog
parent16f8a59f8c629f29aacd6689bc0866b01af81b99 (diff)
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog b/changelog
index bc18f022b..79c01fd9a 100644
--- a/changelog
+++ b/changelog
@@ -154,6 +154,12 @@ pandoc (1.13)
+ Don't produce a `\label{..}` for a Div or Span element. Do produce
a `\hyperdef{..}` (#1519).
+ * EPUB writer:
+
+ + If the metadata includes `page-progression-direction` (which can be
+ `ltr` or `rtl`, the `page-progression-direction` attribute will
+ be set in the EPUB spine (#1455).
+
* Custom lua writers:
+ Custom writers now work with `--template`.