Fix typo in changelog.

This commit is contained in:
John MacFarlane 2018-11-06 10:35:42 -08:00
parent f16e29ee2b
commit d66c88a963

View file

@ -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