Patch #1449244: Support Unicode strings in
email.message.Message.{set_charset,get_content_charset}.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3a5edc0..5e44c25 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,9 @@
 Library
 -------
 
+- Patch #1449244: Support Unicode strings in
+  email.message.Message.{set_charset,get_content_charset}.
+
 - Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
   pydoc's help keywords.