aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-28 10:40:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-28 10:40:17 -0700
commitc292a0bae3167570511543d3d96a0385b9b5f2d8 (patch)
tree01d6014afe09227ba2657b8493f70184636832bb /changelog
parent9dac993835603a1a92136f07e80a6561b1598754 (diff)
downloadpandoc-c292a0bae3167570511543d3d96a0385b9b5f2d8.tar.gz
Update changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog9
1 files 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).