aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-02-16 07:31:06 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-02-16 07:31:06 -0800
commita4fb3b036bdf7b3702019522509b7cf77126d080 (patch)
treedb0a108a0be6b9b1052fe73260c497ba9368ac6b /changelog.md
parent87b9ee87e62ac1830ce99db17864cc31e089e530 (diff)
downloadpandoc-a4fb3b036bdf7b3702019522509b7cf77126d080.tar.gz
Small changelog fix.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/changelog.md b/changelog.md
index 09f23cefb..7e2cc45d9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -107,12 +107,9 @@
* Add Text.Pandoc.Image with unexported svgToPng.
- * Moved html5Attributes, html4Attributes, rdfaAttributes
- from T.P.Writers.HTML (where they were unexported) to
- T.P.XML (where they are now exported).
- [API change: new exported functions]
- This allows these sets to be used elsewhere, e.g.
- in the HTML reader.
+ * Text.Pandoc.XML: EXport `html5Attributes`, `html4Attributes`,
+ `rdfaAttributes` (formerly unexported in Text.Pandoc.Writers.HTML).
+ [API change]
* Text.Pandoc.Shared: Export a new function `findM` (#6125,
Joseph C. Sible).