From ddf0468bd09fde455d6e96964c48d5ca514b12e9 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sun, 27 Mar 2005 15:35:26 +0000 Subject: forgot to check in HISTORY.txt with change to io.py; here's the history entry git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3140 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index b7c447292..12c299f99 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -31,6 +31,8 @@ Changes Since 0.3.7 - Fixed ``Input.decode`` method to apply heuristics only if no encoding is explicitly given, and to provide better reporting of decoding errors. + - The ``Input.decode`` method now removes byte order marks (BOMs) + from input streams. * docutils/nodes.py: -- cgit v1.2.1