From c8e190caba6a093ecfa94a7b1c9a68dfa63b2d2f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 8 Jan 2020 19:43:47 -0800 Subject: Add change log for assertNotRegex. --- CHANGES | 2 ++ CONTRIBUTORS | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 3dda8d4..6896ca4 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,8 @@ This file lists the changes in each six version. Development version ------------------- +- Issue #288, pull request #289: Add `six.assertNotRegex`. + - Issue #317: `six.moves._dummy_thread` now points to the `_thread` module on Python 3.9+. Python 3.7 and later requires threading and deprecated the `_dummy_thread` module. diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7327521..4480c34 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -35,6 +35,7 @@ Peter Ruibal Miroslav Shubernetskiy Eli Schwartz Anthony Sottile +Jonathan Vanasco Lucas Wiman Jingxin Zhu -- cgit v1.2.1