Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a01534..bcaf14f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,9 @@
 Library
 -------
 
+- pyexpat, patch #1137: allow setting buffer_size attribute 
+  on Parser objects to set the character data buffer size.
+
 - Issue #1757: The hash of a Decimal instance is no longer affected by
   the current context.