From c292a0bae3167570511543d3d96a0385b9b5f2d8 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Fri, 28 Sep 2018 10:40:17 -0700
Subject: [PATCH] Update changelog.

---
 changelog | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index f436ceb80..e01a19158 100644
--- a/changelog
+++ b/changelog
@@ -14,8 +14,10 @@ pandoc (2.3.1)
     Email autolinks are parsed as Links with the `email` class.  This
     allows the distinction to be represented in the AST.
 
-  * Org reader: force inline code blocks to honor export options
-    (Brian Leung).
+  * Org reader:
+
+    + Force inline code blocks to honor export options (Brian Leung).
+    + Parse empty argument array in inline src blocks (Brian Leung).
 
   * Muse reader (Alexander Krotov):
 
@@ -156,6 +158,9 @@ pandoc (2.3)
 
   * LaTeX reader:
 
+    + Split some general-purpose definitions into a separate, unexported
+      module, Text.Pandoc.Readers.LaTeX.Parsing.  This is to avoid
+      out-of-memory errors compiling the LaTeX reader.
     + Handle parameter patterns for `\def` (#4768, #4771).
       For example:  `\def\foo#1[#2]{#1 and #2}`.
     + Allow `%` characters in URLs. This affects `\href` and `\url` (#4832).