aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-06-03 09:16:09 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-06-03 09:16:09 -0700
commit84600e7e28121214f5b327bc08eb36e2ce104008 (patch)
tree3b4c75451c4a343d1fc77ff068cdc2f6995e9ad1 /changelog
parent34fac208d20824b463301f8e2eb4b2a5c31c72ed (diff)
downloadpandoc-84600e7e28121214f5b327bc08eb36e2ce104008.tar.gz
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog b/changelog
index 66ae48ec8..3ae7a53a9 100644
--- a/changelog
+++ b/changelog
@@ -20,6 +20,10 @@ pandoc (1.9.4)
+ Ensure that a Verbatim at the end of a footnote is followed by
a newline. (Fixes a regression in the previous version.)
+ * Beamer writer: When `--incremental` is used, lists inside
+ a block quote should appear all at once. (This makes Beamer
+ output consistent with the HTML slide show formats.)
+
* ConTeXt writer:
+ Escape `%` as `\letterpercent{}` not `\letterpercent `,