aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog.md13
-rw-r--r--man/pandoc.12
-rw-r--r--pandoc.cabal2
3 files changed, 15 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 4bff6373c..f6a6d18db 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,18 @@
# Revision history for pandoc
+## pandoc 2.11.3.1 (2020-12-18)
+
+ * Added some missing files to extra-source-files and data
+ files, so they are included in the sdist tarball. Closes #6961.
+ Cleaned up some extraneous data and test files, and added
+ a CI check to ensure that the test and data files included
+ in the sdist match what is in the git repository.
+
+ * Use citeproc 0.3.0.1, which avoids removing nonbreaking
+ space at the end of the `initialize-with` attribute. (Some
+ journals require nonbreaking space after initials, and this
+ makes that possible.)
+
## pandoc 2.11.3 (2020-12-17)
* With `--bibliography` (or `bibliography` in metadata), a
diff --git a/man/pandoc.1 b/man/pandoc.1
index 588c942ad..0e661fb38 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,7 +1,7 @@
'\" t
.\" Automatically generated by Pandoc 2.11.3
.\"
-.TH "Pandoc User\[cq]s Guide" "" "December 17, 2020" "pandoc 2.11.3" ""
+.TH "Pandoc User\[cq]s Guide" "" "December 17, 2020" "pandoc 2.11.3.1" ""
.hy
.SH NAME
pandoc - general markup converter
diff --git a/pandoc.cabal b/pandoc.cabal
index bc3b33012..8a4faa3e1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: pandoc
-version: 2.11.3
+version: 2.11.3.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md