aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-07-19 21:51:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-07-19 21:51:56 -0700
commit31ef9959b810c1bc62228cfe658fcfb12cee9ffb (patch)
tree12332cd9c0aa832d700c848ad523d01d10c5fd4e /changelog
parent34b229dd5a8493bad62498e5485f2775e2289ce8 (diff)
downloadpandoc-31ef9959b810c1bc62228cfe658fcfb12cee9ffb.tar.gz
Update man page, changelog, authors.
Diffstat (limited to 'changelog')
-rw-r--r--changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/changelog b/changelog
index e90ff295d..4538657c0 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,25 @@
+pandoc (2.2.2.1)
+
+ * Fix regression finding templates in user data directory (#4777).
+ Under version 2.2.1 and prior pandoc found latex templates in the
+ templates directory under the data directory, but this broke in 2.2.2.
+
+ * Fix for bug in parsing `\input` in `rawLaTeXBlock` and
+ `rawLaTeXInline` (#4781). (This primarily affects the markdown
+ reader, and other readers that accept raw tex.)
+ Starting in 2.2.2, everything after an `\input` (or `\include`)
+ in a markdown file would be parsed as raw LaTeX.
+
+ * MANUAL:
+
+ + Clarify `gfm` vs `markdown_github` (#4783, Mauro Bieg).
+ * Use `keywords` instead of `tags` in YAML metadata example (#4779).
+ Unlike `tags`, `keywords` is used in some of the writers
+ and default templates.
+
+ * Add missing `rollingLinks` option to revealjs template (#4778,
+ Igor Khorlo).
+
pandoc (2.2.2)
* Use HsYAML instead of yaml for translations and YAML metadata (#4747).