From 27ea29a906616fabf62754181af9fd1f2dd7c1f4 Mon Sep 17 00:00:00 2001
From: fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Sat, 27 Oct 2007 22:57:36 +0000
Subject: [PATCH] Updated changelog to reflect change to fromUTF8.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1055 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 debian/changelog | 4 ++++
 1 file changed, 4 insertions(+)

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