Add Misc/NEWS entry for changeset 0010cc5f22d4.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ac8165..0179467 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,8 @@
 Library
 -------
 
+- The bz2 module now handles 4GiB+ input buffers correctly.
+
 - Issue #9233: Fix json.loads('{}') to return a dict (instead of a list), when
   _json is not available.