aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index 56b6f40b3..1f5f649cd 100644
--- a/changelog
+++ b/changelog
@@ -179,6 +179,9 @@ pandoc (1.10)
* LaTeX, Beamer templates: Don't require 'float' package for tables.
We don't actually seem to use the '[H]' option.
+ * LaTeX: Use `upquote` package if it is available. This fixes
+ straight quotes in verbatim environments.
+
* Markdown, plain: Fixed titleblock so it is just a single string.
Previously separate title, author, and date variables were used,
but this didn't allow different kinds of title blocks.