aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-30 16:04:27 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-30 16:04:27 -0800
commit9e57e93243e4713ec601e8a748eabce1e54b7790 (patch)
treed55951d23c620bfc3574e5c4b8bc89ff122d8268
parente42f3465164e7d4776c771cc36b1cc1ebfec3651 (diff)
downloadpandoc-9e57e93243e4713ec601e8a748eabce1e54b7790.tar.gz
Updated 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`.