Add news about getargs change.
diff --git a/Misc/NEWS b/Misc/NEWS
index fdc3730..ac61241 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,7 +166,10 @@
 C API
 -----
 
-TBD
+- The PyArg_Parse functions now raise a TypeError instead of truncating float
+  arguments if an integer is specified (this affects the 'b', 'B', 'h', 'H',
+  'i', and 'l' codes).
+
 
 New platforms
 -------------