summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 845a41d..63fafe6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@ C-API
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)