Skip to content

Commit 280f427

Browse files
authored
Merge pull request #344 from cjwatson/release-2.6.0
Release 2.6.0
2 parents edb7847 + e8d4cfa commit 280f427

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

NEWS

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,39 @@ testtools NEWS
33

44
Changes and improvements to testtools_, grouped by release.
55

6-
NEXT
7-
~~~~
6+
2.6.0
7+
~~~~~
88

99
Improvements
1010
------------
1111

12-
* Add support for Python 3.10.
13-
(Jürgen Gmach)
12+
* Add support for Python 3.10 and 3.11.
13+
(Jürgen Gmach, Colin Watson)
1414

1515
* Drop support for Python 3.5 (EOL).
1616
(Hugo van Kemenade)
1717

1818
* Distutils integration is deprecated and will be removed in the next major
1919
version.
20+
(Stephen Finucane)
2021

2122
* Use ``CompoundFixture`` from ``fixtures>=2.0`` rather than rolling our
2223
own.
24+
(Colin Watson)
2325

2426
* Provide a ``testtools[twisted]`` extra documenting dependencies needed for
2527
``testtools.twistedsupport``.
28+
(Colin Watson)
2629

2730
* Make ``TestCase`` hashable.
31+
(Ben Beecher)
2832

2933
* Prevent ``AttributeError`` in ``TestCase.__eq__`` for objects lacking a
3034
``__dict__`` attribute.
35+
(Tim Burke)
3136

3237
* Replace deprecated ``cgi`` module usage with ``email``.
33-
34-
* Add support for Python 3.11.
38+
(Matthew Treinish)
3539

3640
2.5.0
3741
~~~~~

0 commit comments

Comments
 (0)