summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2022-04-25 02:03:41 +0100
committerColin Watson <cjwatson@canonical.com>2022-04-25 02:03:41 +0100
commit97c53a365961e69266cde0b11b9b39cf0bb444ab (patch)
tree7f1dcc0f739c0413602b007937be3cf2a98eedde
parentbf146f010c630f5df8e58f4e79f706919691a162 (diff)
downloadfixtures-git-97c53a365961e69266cde0b11b9b39cf0bb444ab.tar.gz
Document change in NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1439d53..79102bf 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ NEXT
* Dropped support for Python 2.7, Python 3.4 and Python 3.5 (EOL).
* Added support for Python 3.7-3.10.
* Support all ``subprocess.Popen`` arguments up to Python 3.10.
+* Move ``testtools`` requirement to a new ``fixtures[streams]`` extra.
3.0.0
~~~~~