From ab9b9cf95bb86dbbad42e2c4de589ddd6ae2e8ec Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 27 Dec 2017 11:39:13 -0800
Subject: [PATCH] Update changelog

---
 changelog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/changelog b/changelog
index f8bf76afd..2fb2011aa 100644
--- a/changelog
+++ b/changelog
@@ -199,6 +199,9 @@ pandoc (2.0.6)
 
   * Text.Pandoc.MIME: Add opus to MIME type table as audio/ogg (#4198).
 
+  * Allow lenient decoding of latex error logs, which are not always
+    properly UTF8-encoded (#4200).
+
   * Update latex template to work with recent versions of beamer.
     The old template produced numbered sections with some recent
     versions of beamer.  Thanks to Thomas Hodgson.