summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 013d598..4bb8e46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,8 +31,9 @@ Library
- Issue #3924: Ignore cookies with invalid "version" field in cookielib.
-- Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
- after seek(0)
+- Issue #6268: Fix seek() method of codecs.open(), don't read or write the BOM
+ twice after seek(0). Fix also reset() method of codecs, UTF-16, UTF-32 and
+ StreamWriter classes.
- Issue #5640: Fix Shift-JIS incremental encoder for error handlers different
than strict