aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-19 09:50:51 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-19 09:50:51 -0800
commit84bfe361b01cb73e75b68eb4a4e9354d49df2262 (patch)
treef2d08e6b4d5f9e0724205b0ddc85842056ab7153 /changelog
parent0337ea7a18e088327f1b03099d93ce7c2fe8b4b6 (diff)
downloadpandoc-84bfe361b01cb73e75b68eb4a4e9354d49df2262.tar.gz
Updated changelog.
Diffstat (limited to 'changelog')
-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.