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:
parent
65a5db2d41
commit
27ea29a906
1 changed files with 4 additions and 0 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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').
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue