From 3933480c83936160658d1fc72bf202a33e11d7dd Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sun, 30 Jan 2022 11:10:54 -0800
Subject: [PATCH] Minor changelog fixes.

---
 changelog.md | 8 ++++----
 1 file 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,