summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2023-03-14 11:18:32 +0000
committerColin Watson <cjwatson@canonical.com>2023-03-14 11:18:32 +0000
commite8d4cfa0bde4b8c3966929747f30224f08047e3e (patch)
treefb6c5143445e1ca3d588a12b90eed82cea8ec798
parentedb7847b08d6be9f145e4cf2f12abc6a6299ea54 (diff)
downloadtesttools-e8d4cfa0bde4b8c3966929747f30224f08047e3e.tar.gz
Release 2.6.0
Fixes #321.
-rw-r--r--NEWS16
1 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 73f2fc8..ab3a3cd 100644
--- a/NEWS
+++ b/NEWS
@@ -3,35 +3,39 @@ testtools NEWS
Changes and improvements to testtools_, grouped by release.
-NEXT
-~~~~
+2.6.0
+~~~~~
Improvements
------------
-* Add support for Python 3.10.
- (Jürgen Gmach)
+* Add support for Python 3.10 and 3.11.
+ (Jürgen Gmach, Colin Watson)
* Drop support for Python 3.5 (EOL).
(Hugo van Kemenade)
* Distutils integration is deprecated and will be removed in the next major
version.
+ (Stephen Finucane)
* Use ``CompoundFixture`` from ``fixtures>=2.0`` rather than rolling our
own.
+ (Colin Watson)
* Provide a ``testtools[twisted]`` extra documenting dependencies needed for
``testtools.twistedsupport``.
+ (Colin Watson)
* Make ``TestCase`` hashable.
+ (Ben Beecher)
* Prevent ``AttributeError`` in ``TestCase.__eq__`` for objects lacking a
``__dict__`` attribute.
+ (Tim Burke)
* Replace deprecated ``cgi`` module usage with ``email``.
-
-* Add support for Python 3.11.
+ (Matthew Treinish)
2.5.0
~~~~~