aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 `,