aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-23 16:32:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-23 16:32:29 -0700
commit844a080d2af35ae70239e714da132900463e726a (patch)
tree3697248543e2f6f843b6903933d20465ce3fb65d /changelog.md
parent87a98b76ce80ee53acfc54fcd8768c332413efe1 (diff)
downloadpandoc-844a080d2af35ae70239e714da132900463e726a.tar.gz
Update changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index c10043c39..a79197b5e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,4 @@
-[#](#) Revision history for pandoc
+# Revision history for pandoc
## pandoc 2.15 (NODATE)
@@ -384,6 +384,7 @@
associative attribute list that is used as the third component of
`Attr` values. Values of this type can often be passed to constructors
instead of `Attr` values.
+ + Convert IOErrors to PandocErrors in `pandoc.pipe` function (#7523).
* Text.Pandoc.PDF: Previously we had to run `runIOorExplode` inside
`withTempDir`. Now that PandocIO is an instance of MonadMask, this is
@@ -410,7 +411,8 @@
syntaxes that include keyword lists from different syntaxes.
* Use citeproc 0.6, commonmark 0.2.2.1, commonmark-extensions 0.2.2,
- texmath 0.12.3.2.
+ texmath 0.12.3.2, ipynb 0.1.0.2. (These changes also allow
+ building with aeson >= 2.)
* Require doclayout >= 0.3.1.1. This fixes recognition of "real widths"
of emoji characters, which is important for tabular layout.