aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-02-16 07:33:06 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-02-16 07:33:06 -0800
commit0808c2a03f0dec1cd442e5e3cddfb70419724874 (patch)
tree8c7aa44aa61680ccf56b46d8adfc0367875cb86b /changelog.md
parenta4fb3b036bdf7b3702019522509b7cf77126d080 (diff)
downloadpandoc-0808c2a03f0dec1cd442e5e3cddfb70419724874.tar.gz
Fix typo in changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 7e2cc45d9..c39d6c3e6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -107,7 +107,7 @@
* Add Text.Pandoc.Image with unexported svgToPng.
- * Text.Pandoc.XML: EXport `html5Attributes`, `html4Attributes`,
+ * Text.Pandoc.XML: Export `html5Attributes`, `html4Attributes`,
`rdfaAttributes` (formerly unexported in Text.Pandoc.Writers.HTML).
[API change]