summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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