aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog b/changelog
index 6b45a79d7..3ab4adad3 100644
--- a/changelog
+++ b/changelog
@@ -289,6 +289,10 @@ pandoc (1.8)
* Simplified Text.Pandoc.CharacterReferences by using
entity lookup functions from TagSoup.
+ * `Text.Pandoc.UTF8` now uses the unicode-aware IO functions
+ from `System.IO` if base >= 4.2. This gives support for
+ windows line endings on windows.
+
* Remove duplications in documentation by generating the
pandoc man page from README, using `MakeManPage.hs`.