Bump to 3.1.1 and update changelog.

This commit is contained in:
John MacFarlane
2023-03-05 13:31:54 -08:00
parent 118dd92232
commit 614118b8b3
2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -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.
+1 -1
View File
@@ -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