aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-07 22:18:49 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-07 22:18:49 -0800
commitefc9f4a762c0290579c41c465685accd8e90eba3 (patch)
treee761ca28a8b884c8e99d485a904bafe7a45ef7f9 /changelog.md
parent17cfcfb194f7d1cdaf65656c8e09748eb6593c34 (diff)
downloadpandoc-efc9f4a762c0290579c41c465685accd8e90eba3.tar.gz
More changelog fixes.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index a340976da..3c4bec55c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -298,6 +298,8 @@
* Text.Pandoc.App
+ Add `parseOptionsFromArgs` [API change, new exported function].
+ + Add fields for CSL options to `Opt` [API change]:
+ `optCSL`, `optbibliography`, `optCitationAbbreviations`.
* Text.Pandoc.Citeproc.BibTeX
@@ -1075,8 +1077,11 @@
translated to `C:\/foo/bar`, which caused problems.
With this fix, the backslashes are removed.
- * Text.Pandoc.Logging: Add constructor `ATXHeadingInLHS` constructor
- to `LogMessage` [API change].
+ * Text.Pandoc.Logging:
+
+ + Add constructor `ATXHeadingInLHS` to `LogMessage` [API change].
+ + Add constructor `EnvironmentVariableUndefined` to
+ `LogMessage` [API change].
* Fix error that is given when people specify `doc` output (#6834,
gison93).