From aa4bd00ec7f4eac58e00af0aee22d771523fb004 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 20 Aug 2021 21:53:55 -0700
Subject: [PATCH] Bump to 2.14.2, update changelog.

---
 changelog.md | 30 ++++++++++++++++++------------
 pandoc.cabal |  2 +-
 2 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/changelog.md b/changelog.md
index 9171fe63b..82961ffd2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -12,18 +12,21 @@
 
   * HTML reader:  treat commments as blank when parsing (#7482).
 
-   * Markdown reader:
+  * Markdown reader:
 
-     + Fix raw LaTeX injection issue (#7497). Using a code block
-       containing `\end{verbatim}`, one could inject raw TeX into a
-       LaTeX document even when `raw_tex` is disabled. Thanks to
-       Augustin Laville for noticing the bug.
-     + Multimarkdown sub- and superscripts (#5512, OCzarnecki).
-       Added an extension `short_subsuperscripts` which modifies
-       the behavior of `subscript` and `superscript`, allowing
-       subscripts or superscripts containing only alphanumerics
-       to end with a space character (eg. `x^2 = 4` or `H~2 is
-       combustible`).  This improves support for multimarkdown.
+    + Fix raw LaTeX injection issue (#7497). Using a code block
+      containing `\end{verbatim}`, one could inject raw TeX into a
+      LaTeX document even when `raw_tex` is disabled. Thanks to
+      Augustin Laville for noticing the bug.
+    + Multimarkdown sub- and superscripts (#5512, OCzarnecki).
+      Added an extension `short_subsuperscripts` which modifies
+      the behavior of `subscript` and `superscript`, allowing
+      subscripts or superscripts containing only alphanumerics
+      to end with a space character (eg. `x^2 = 4` or `H~2 is
+      combustible`).  This improves support for multimarkdown.
+
+  * RST reader: Fix `:literal:` includes (#7513).  These should create
+    code blocks, not insert raw RST.
 
   * LaTeX reader:
 
@@ -160,7 +163,10 @@
 
   * INSTALL.md: Add GitLab CI/CD example (#7448, Veratyr).
 
-  * MANUAL.txt clarifications (William Lupton).
+  * MANUAL.txt
+
+    - Clarifications (William Lupton).
+    - Add a note on security risks of include directives.
 
   * Document use of the 'underline' class (#7492, #7484, William
     Lupton).
diff --git a/pandoc.cabal b/pandoc.cabal
index fb7da0a05..d924169e6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,6 +1,6 @@
 cabal-version:   2.2
 name:            pandoc
-version:         2.14.1
+version:         2.14.2
 build-type:      Simple
 license:         GPL-2.0-or-later
 license-file:    COPYING.md