Bump to 2.2.3.1, update man page and changelog.

This commit is contained in:
John MacFarlane 2018-08-06 21:37:15 -07:00
parent 94c3753c08
commit 030e8969c7
4 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
% Pandoc User's Guide % Pandoc User's Guide
% John MacFarlane % John MacFarlane
% August 5, 2018 % August 6, 2018
Synopsis Synopsis
======== ========

View file

@ -1,3 +1,9 @@
pandoc (2.2.3.1)
* Markdown reader: Fix parsing of embedded mappings in YAML metadata
(#4817). This fixes a regression in 2.2.3 which caused embedded
mappings (e.g. mappings in sequences) not to work in YAML metadata.
pandoc (2.2.3) pandoc (2.2.3)
* RST reader: improve parsing of inline interpreted text roles (#4811). * RST reader: improve parsing of inline interpreted text roles (#4811).

View file

@ -1,5 +1,5 @@
.\"t .\"t
.TH PANDOC 1 "August 5, 2018" "pandoc 2.2.3" .TH PANDOC 1 "August 6, 2018" "pandoc 2.2.3.1"
.SH NAME .SH NAME
pandoc - general markup converter pandoc - general markup converter
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -1,5 +1,5 @@
name: pandoc name: pandoc
version: 2.2.3 version: 2.2.3.1
cabal-version: 2.0 cabal-version: 2.0
build-type: Custom build-type: Custom
license: GPL-2 license: GPL-2