Patch #1177307: UTF-8-Sig codec.
diff --git a/Misc/NEWS b/Misc/NEWS
index 77dbacd..3860fd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -319,6 +319,8 @@
 Library
 -------
 
+- Patch #1177307: Added a new codec utf_8_sig for UTF-8 with a BOM signature.
+
 - Patch #1157027: cookielib mishandles RFC 2109 cookies in Netscape mode
 
 - Patch #1117398: cookielib.LWPCookieJar and .MozillaCookieJar now raise
@@ -674,7 +676,6 @@
   Tests for sanity in tzname when HAVE_TZNAME defined were also defined.
   Closes bug #1096244.  Thanks Gregory Bond.
 
-
 C API
 -----