summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-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).