aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-03-20 13:11:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-03-20 13:11:35 -0700
commit44428ca64de6678928c22072327a9f3fa605a2bb (patch)
treed16f526a4e7a1000259f70c513e948b8bab56b37
parent5f91f06fd9d3d236e689bbd745c6d2ffa26e8ca6 (diff)
downloadpandoc-44428ca64de6678928c22072327a9f3fa605a2bb.tar.gz
Changelog formatting.
-rw-r--r--changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog b/changelog
index 1776125b4..09217ca7f 100644
--- a/changelog
+++ b/changelog
@@ -20,9 +20,9 @@ pandoc (1.17)
* Add `readDocxWithWarnings` (API change, Jesse Rosenthal).
- * Changed type of Shared.uniqueIdent argument from [String] to Set String.
- This avoids performance problems in documents with many identically
- named headers (API change, #2671).
+ * Changed type of `Shared.uniqueIdent`'s argument from `[String]`
+ to `Set String.` This avoids performance problems in documents with
+ many identically named headers (API change, #2671).
* Removed `tex_math_single_backslash` from `markdown_github` options
(#2707).