summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-01-30 11:10:54 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-01-30 11:10:54 -0800
commit3933480c83936160658d1fc72bf202a33e11d7dd (patch)
treef1c5b88345fa2e90af76593d3041df2e12da7b02
parent5c6b0c3abd17a477c1798f169de1162a381ae10f (diff)
Minor changelog fixes.
-rw-r--r--changelog.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md
index 31e7be3c3..c3c5bb333 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
# Revision history for pandoc
-## pandoc 2.17.1 (PROVISIONAL)
+## pandoc 2.17.1 (2022-01-30)
* Support `pagedjs-cli` as pdf engine (#7838, Albert Krewinkel).
PagedJS is a polyfill and supports the Paged Media standards by the W3C.
@@ -75,9 +75,9 @@
* Don't read files outside of user data directory (Even Brenden).
If a file path does not exist relative to the working directory, and
it does exist relative to the user data directory, but outside of
- of the user data directory, do not read it. This applies to `readDataFile`
- and `readMetadataFile` in PandocMonad and, by extension, any module that
- uses these by passing them relative paths.
+ of the user data directory, do not read it. This applies to
+ `readDataFile` and `readMetadataFile` in PandocMonad and, by
+ extension, any module that uses these by passing them relative paths.
* Text.Pandoc.Class.`makeCanonical`: Correctly handle consecutive ".."s
at the beginning of a path (Even Brenden). Prior to this commit,