summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-30 22:04:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-30 22:04:07 -0700
commita57c7e0fb380addf7157cfa4aa38e9e1eb4d7390 (patch)
tree204789e36f07c0b01728e4cfe1591e4cb298b91d
parent685e952dc694f5d0098ff50fe45938979c01d08f (diff)
Update changelog.
-rw-r--r--changelog24
1 files changed, 24 insertions, 0 deletions
diff --git a/changelog b/changelog
index 174d44f6b..9716e062f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,27 @@
+pandoc (2.0.0.1)
+
+ * EPUB writer:
+
+ + Fixed filepaths for nonstandard epub-subdirectory values.
+ + Ensure that epub2 is recognized as a non-text format,
+ so that a template is used.
+ + Don't include "prefix" attribute for ibooks for epub2.
+ It doesn't validate.
+ + Fix stylesheet paths; previously we had an incorrect
+ stylesheet path for the cover page and nav page.
+
+ * LaTeX reader:
+
+ + Insert space when needed in macro expansion (#4007).
+ Sometimes we need to insert a space after a control sequence
+ to prevent it merging with a following letter.
+ + Allow unbraced arguments for macros (#4007).
+ + Allow body of macro definition to be unbraced (#4007).
+
+ * Linux package build: ensure that pandoc-citeproc is statically linked.
+
+ * trypandoc: add native, ms.
+
pandoc (2.0)
[new features]