summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-05 13:31:54 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-05 13:33:18 -0800
commit614118b8b341c7a9f82011c911c40f3be3830056 (patch)
treee67ba4a938f4a57e8a4305660de63d2308b414f1 /changelog.md
parent118dd922326f25a7d95b2bd120216a8c6268188b (diff)
Bump to 3.1.1 and update changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md11
1 files changed, 8 insertions, 3 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.