diff options
-rw-r--r-- | changelog.md | 9 |
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). |