From dec0ff36930f82bff23b4c1a6fef7612793bb528 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 10 Nov 2016 16:55:29 +0100
Subject: [PATCH] changelog:  Moved an item that was misplaced...

in the 1.17.2 section to the 1.18 section where it belongs.
---
 changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 5a5dbaecb..1403b881e 100644
--- a/changelog
+++ b/changelog
@@ -261,6 +261,9 @@ pandoc (1.18)
       This allows figure placement defaults to be changed by the user
       in the template.
 
+  * HTML writer (slide show formats): In slide shows, don't change slide title
+    to level 1 header (#2221).
+
   * TEI writer: remove heuristic to detect book template (Albert Krewinkel).
     TEI doesn't have `<book>` elements but only generic `<divN>` division
     elements. Checking the template for a trailing `</book>` is nonsensical.
@@ -462,7 +465,6 @@ pandoc (1.17.2)
       LaTeX environments that MathJax can handle get passed through.
       This patch also causes raw LaTeX environments to be treated
       as math, when possible, with MathML and WebTeX output.
-    + In slide shows, don't change slide title to level 1 header (#2221).
 
   * Markdown writer:  use raw HTML for simple, pipe tables with linebreaks
     (#2993).  Markdown line breaks involve a newline, and simple and pipe