diff options
| author | John MacFarlane <[email protected]> | 2023-01-25 09:54:43 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-25 09:54:43 -0800 |
| commit | d3f0cb7a2f434d47e77c1870cbeb25b2eedce205 (patch) | |
| tree | 08eb6e5963e9cff077947a8720aa7f48dbb9100b | |
| parent | 131f546282953a549eeddc688f16748a51063bff (diff) | |
Update changelog.
| -rw-r--r-- | changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index a3efe1458..6630938d9 100644 --- a/changelog.md +++ b/changelog.md @@ -18,6 +18,11 @@ + Don't omit newlines in task lists. + Don't disable checkboxes in task lists (#8562). + * Ensure that automatically set variables `pandoc-version`, `outputfile`, + `title-prefix`, `epub-cover-image`, `curdir`, `dzslides-core` can be + overridden by `--variable` on the command line. Previously they would + create lists in the template Context, which is not desirable. + * Fix man page copying in `linux/make_artifacts.sh` (#8566). Previously we were copying the pandoc-server.1 pandoc page to pandoc-lua.1. |
