diff --git a/Misc/NEWS b/Misc/NEWS index 13912e957bb..50cf4d7256c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -390,6 +390,8 @@ Core and Builtins Library ------- +- Issue #7031: Add TestCase.assert(Not)IsInstance() methods. + - Issue #6790: Make it possible again to pass an `array.array` to `httplib.HTTPConnection.send`. Patch by Kirk McDonald.