summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-19 14:14:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-19 14:14:42 -0700
commit8aef9573c53da74bf123bae6acad1cd9270bc887 (patch)
tree0816d41b7620cd2482027ac85d78738bc600027e
parent3af753de477c79a06dd40839f5fb2c9da299c20a (diff)
Updated changelog.
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index 0f4a7de4c..3e68c1f8f 100644
--- a/changelog
+++ b/changelog
@@ -37,6 +37,9 @@ pandoc (1.17)
trigger syntax highlighting. For example, `py` will now work as
well as `python` (jgm/highlighting-kate#83).
+ * Added `institute` variable to latex, beamer templates (Fraser
+ Tweedale, Josef Svenningsson).
+
* Docx reader (Jesse Rosenthal):
+ Handle alternate content. Some word functions (especially graphics)
@@ -110,6 +113,8 @@ pandoc (1.17)
* LaTeX writer:
+ + Use image identifier to create a label and hypertarget for
+ figures (Mauro Bieg).
+ Avoid double toprule in headerless table with caption (#2742).
+ Clean up options parser (Jesse Rosenthal).
+ Treat `memoir` template with `article` option as article, instead