aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-07 11:12:19 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-07 11:12:19 -0800
commitcfb017c76b631164310f05f9498facd8b9037ed9 (patch)
treefcba52fee1028e1b404ef07272f5e9a4bd6e2785
parent08ce3addde2f1cfa3d5d285225119c459e4786de (diff)
downloadpandoc-cfb017c76b631164310f05f9498facd8b9037ed9.tar.gz
Bump to 2.11.1.1 and update changelog.
-rw-r--r--MANUAL.txt2
-rw-r--r--changelog.md32
-rw-r--r--man/pandoc.12
-rw-r--r--pandoc.cabal2
4 files changed, 35 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 297c109e7..b83dad865 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,7 +1,7 @@
---
title: Pandoc User's Guide
author: John MacFarlane
-date: November 3, 2020
+date: November 7, 2020
---
# Synopsis
diff --git a/changelog.md b/changelog.md
index fb94d0c96..d1be9206d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,37 @@
# Revision history for pandoc
+## pandoc 2.11.1.1 (2020-11-07)
+
+ * Citeproc: improve punctuation in in-text note citations (#6813).
+ Previously in-text note citations inside a footnote would sometimes have
+ the final period stripped, even if it was needed (e.g. on the end of
+ 'ibid').
+
+ * Use citeproc 0.1.1.1. This improves the decision about when
+ to use `ibid` in cases where citations are used inside
+ a footnote (#6813).
+
+ * Support `nocase` spans for `csljson` output.
+
+ * Require latest commonmark, commonmark-extensions.
+ This fixes a bug with `autolink_bare_uris` and commonmark.
+
+ * LaTeX reader: better handling of `\\` inside math in table cells (#6811).
+
+ * DokuWiki writer: translate language names for code elements
+ and improve whitespace (#6807).
+
+ * MediaWiki writer: use `syntaxhighlight` tag instead of deprecated
+ `source` for highlighted code (#6810). Also support `startFrom`
+ attribute and `numberLines`.
+
+ * Lint code in PRs and when committing to master (#6790,
+ Albert Krewinkel).
+
+ * doc/filters.md: describe technical details of filter invocations (#6815,
+ Albert Krewinkel).
+
+
## pandoc 2.11.1 (2020-11-03)
* DocBook Reader: fix duplicate bibliography bug (#6773, Nils Carlson).
diff --git a/man/pandoc.1 b/man/pandoc.1
index 1ca8bf290..3670d8877 100644
--- a/man/pandoc.1
+++ b/man/pandoc.1
@@ -1,7 +1,7 @@
'\" t
.\" Automatically generated by Pandoc 2.11.1
.\"
-.TH "Pandoc User\[cq]s Guide" "" "November 3, 2020" "pandoc 2.11.1" ""
+.TH "Pandoc User\[cq]s Guide" "" "November 7, 2020" "pandoc 2.11.1.1" ""
.hy
.SH NAME
pandoc - general markup converter
diff --git a/pandoc.cabal b/pandoc.cabal
index 68103529a..a585fa2db 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: pandoc
-version: 2.11.1
+version: 2.11.1.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md