diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-27 22:57:36 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-27 22:57:36 +0000 |
commit | 27ea29a906616fabf62754181af9fd1f2dd7c1f4 (patch) | |
tree | 4350fe81be047e657e1f374174129506a808294e /debian/changelog | |
parent | 65a5db2d413f554530c1a358b2d852d58c909061 (diff) | |
download | pandoc-27ea29a906616fabf62754181af9fd1f2dd7c1f4.tar.gz |
Updated changelog to reflect change to fromUTF8.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1055 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d90aae0a7..50f82d033 100644 --- a/debian/changelog +++ b/debian/changelog @@ -80,6 +80,10 @@ pandoc (0.45) unstable; urgency=low * Text.Pandoc.Shared: save and restore position in parseFromString, so that accurate error messages can be given. + * Text.Pandoc.UTF8: modified fromUTF8 to strip out the BOM + if present. Windows Notepad and other applications insert a + BOM at the beginning of a UTF8 file. + * Main.hs (tabFilter): Treat '\r' at end of line as newline (in addition to "\r\n" and '\n'). |