Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
diff --git a/Misc/NEWS b/Misc/NEWS
index 67ccb42..637ca2eb1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@
 Extension Modules
 -----------------
 
+- Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
+
 - Patch #1212117: os.stat().st_flags is now accessible as a attribute
   if available on the platform.