From d66c88a963adeacb4aa5f45a5d8d277ce853b261 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 6 Nov 2018 10:35:42 -0800 Subject: Fix typo in changelog. --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changelog') diff --git a/changelog b/changelog index 8882ca195..26b99eec8 100644 --- a/changelog +++ b/changelog @@ -328,7 +328,7 @@ pandoc (2.4) + With `--biblatex`, use `\autocite` when possible (#4960). `\autocites{a1}{a2}{a3}` will not collapse the entries. So, if we don't have prefixes and suffixes, we use instead - `\autocite{a1;a2;a3}`. + `\autocite{a1,a2,a3}`. + Fix description lists contining highlighted code (#4662). * Text.Pandoc.Writers.Man -- cgit v1.2.3