Updated changelog to reflect change to fromUTF8.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1055 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-10-27 22:57:36 +00:00
parent 65a5db2d41
commit 27ea29a906

4
debian/changelog vendored
View file

@ -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').