diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-05 13:31:54 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-05 13:33:18 -0800 |
| commit | 614118b8b341c7a9f82011c911c40f3be3830056 (patch) | |
| tree | e67ba4a938f4a57e8a4305660de63d2308b414f1 | |
| parent | 118dd922326f25a7d95b2bd120216a8c6268188b (diff) | |
Bump to 3.1.1 and update changelog.
| -rw-r--r-- | changelog.md | 11 | ||||
| -rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md index 7d3632447..2c3d6cc1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Revision history for pandoc -## pandoc X.Y.Z (YYYY-MM-DD) +## pandoc 3.1.1 (2023-03-05) * EPUB reader: Give additional information in error if the epub zip container can't be unpacked. @@ -17,8 +17,13 @@ the parses take that difference into account when looking for an image description (alt text). - * DocBook reader: fix `<xref>` references to tables in DocBook files - (#8626, Pavol Otto). + * DocBook reader: + + + Fix `<xref>` references to tables in DocBook files + (#8626, Pavol Otto). + + Parse `figure` as a Figure element in the AST (#8668). + + * JATS reader: avoid generating duplicate figure captions (#8669). * RST reader: align with spec in syntax for role names (#8653). In particular, we now allow colons in row names. diff --git a/pandoc.cabal b/pandoc.cabal index db3634d7d..ecb846e0f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc -version: 3.1 +version: 3.1.1 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |
