From 7225d4a612cd79e0027c5b0ea721577ab4df3f49 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 31 May 2021 22:53:12 -0600
Subject: [PATCH] Move tarball diet item from 2.14.0.1 to 2.14 in changelog.

This was actually part of the 2.14 release.
---
 changelog.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index c23f2b665..880bfc26f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -19,8 +19,6 @@
 
   * Use commonmark-extensions 0.2.1.2
 
-  * Use smaller images in tests, reducing the size of the source tarball by 8 MB.
-
 ## pandoc 2.14 (2021-05-28)
 
   * Change reader types, allowing better tracking of source positions
@@ -440,6 +438,8 @@
   * Command tests: fail if a file contains no tests---and fix a
     test that failed in that way!
 
+  * Use smaller images in tests, reducing the size of the source tarball by 8 MB.
+
 
 ## pandoc 2.13 (2021-03-21)