summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 22:52:00 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 22:52:00 -0800
commite2c157f86f985e4ab5c702fff87b647f4ae842c8 (patch)
tree86461eed10458276a391a0a326c47675d292a654 /changelog
parent9bf6e665eabca101bd88bf2634b8b5a4736493b1 (diff)
Removed module Text.Pandoc.CharacterReferences.
Moved characterReference parser to Text.Pandoc.Parsing. decodeCharacterReferences is now replaced by fromEntities in Text.Pandoc.XML.
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index 68d977f4d..e1324731c 100644
--- a/changelog
+++ b/changelog
@@ -418,6 +418,11 @@ pandoc (1.9)
* Removed `Text.Pandoc.S5`, which is no longer needed.
+ * Removed `Text.Pandoc.CharacterReferences`. Moved
+ `characterReference` to `Text.Pandoc.Parsing`.
+ `decodeCharacterReferences` is replaced by `fromEntities`
+ in `Text.Pandoc.XML`.
+
* Added `Text.Pandoc.ImageSize`. This is intened for use
in `docx` and `odt` writers, so the size and dpi of images
can be calculated.