Skip to content

Commit 8b4ee33

Browse files
committed
Bump to 1.22.1 and update changelog.
1 parent 6354a36 commit 8b4ee33

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
[1.22.1]
2+
3+
* Text.Pandoc.Builder: add simpleFigure, simpleFigureWith,
4+
and the SimpleFigure bidirectional pattern synonym
5+
(Aner Lucero) [API change].
6+
7+
* Allow bytestring 0.11 (Alexander Batischev).
8+
9+
* Update stack resolver to lts-18.10
10+
11+
* Allow aeson 2+. Tested with aeson 2.0.1.0.
12+
13+
* Fix incorrect table ColWidth documentation (#85, Nils Carlson).
14+
The documentation stated that the ColWidth represented the width
15+
of the column as a fraction of the table width when in represents
16+
a percentage of the text width.
17+
118
[1.22]
219

320
* Deprecate isNull from Builder: null can serve just as well (#67).

pandoc-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
Name: pandoc-types
3-
version: 1.22
3+
version: 1.22.1
44
Synopsis: Types for representing a structured document
55
Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data
66
structure, which is used by pandoc to represent

0 commit comments

Comments
 (0)