aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-17 21:11:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-17 21:11:42 -0700
commit43e6cdedfc2abc534e4fe32a64928f9711840a35 (patch)
tree2e0ede08be332f664977c88e9d1b3830d16c61c7
parent46f4238a2a40b5542612bc745e63ce503ce12a32 (diff)
downloadpandoc-43e6cdedfc2abc534e4fe32a64928f9711840a35.tar.gz
Update changelog.
-rw-r--r--changelog14
1 files changed, 13 insertions, 1 deletions
diff --git a/changelog b/changelog
index e5599cf09..85cfa9104 100644
--- a/changelog
+++ b/changelog
@@ -24,6 +24,11 @@ pandoc (2.1.3)
+ Parse `<class>` tag (supported by Emacs Muse).
+ Do not produce empty Str element for unindented verse lines.
+ * LaTeX reader:
+
+ + Add support to parse unit string of `\SI` command (closes #4296,
+ Marc Schreiber).
+
* Haddock writer: In the writer, we now render tables always as
grid tables, since Haddock supports these.
@@ -93,11 +98,18 @@ pandoc (2.1.3)
* Raise error if someone tries to print docx, odt, etc. template (#4441).
- * latex template: Provide `bidi` package's option using
+ * LaTeX template: Provide `bidi` package's option using
`\PassOptionsToPackage` (#4357, Václav Haisman). This avoid a
clash when `polyglossia` loads it first and then it is loaded again
for XeLaTeX.
+ * ConTeXt template: Added `pdfa` variable to generate PDF/A (#4294, Henri
+ Menke). Instructions on how to install the ICC profiles on ConTeXt
+ standalone can be found in the wiki:
+ <http://wiki.contextgarden.net/PDFX#ICC_profiles>.
+ If the ICC profiles are not available the log will contain error
+ messages.
+
* Use latest pandoc-types, skylighting.
* Bump upper bound for time, criterion, haddock-library, exceptions,