summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 362e326291..bae1ebe26e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,11 @@ Library
AttributeError instead of an IOError when the server's response didn't
contain a valid HTTP status line.
+- Bug #1629369: Correctly parse multiline comment in address field.
+
+- Bug #1582282: Fix email.header.decode_header() to properly treat encoded
+ words with no delimiting whitespace as a single word.
+
- Patch #1449244: Support Unicode strings in
email.message.Message.{set_charset,get_content_charset}.