diff options
| author | John MacFarlane <[email protected]> | 2020-10-15 18:16:01 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2020-10-15 18:16:01 -0700 |
| commit | 6f60755cf31acce5005ce4b61555534faef8ed4d (patch) | |
| tree | 68dd039c634ee85005b3c106a979f474a4db554d | |
| parent | 8ecbc695af96739e2bf2a4523c309554ec505d85 (diff) | |
Update changelog2.11.0.2
| -rw-r--r-- | changelog.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 296a20b56..b42a54968 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ # Revision history for pandoc +## pandoc 2.11.0.2 (2020-10-15) + + * Fix handling of `xdata` in bibtex/biblatex bibliographies (#6752). + + * Fix some small typos in the API documentation (#6751, Michael Hoffmann). + + * Require citeproc 0.1.0.2. This fixes a regression from pandoc-citeproc + involving spacing between components of a reference in certain styles + (e.g. `cell.csl`). + + * Fix typos in comments, doc strings, error messages, and tests + (Albert Krewinkel, #6738). + ## pandoc 2.11.0.1 (2020-10-13) * LaTeX reader: support more acronym commands (#6746): |
