Skip to content

Commit

Permalink
Merge pull request #344 from cjwatson/release-2.6.0
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
cjwatson committed Mar 14, 2023
2 parents edb7847 + e8d4cfa commit 280f427
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions NEWS
Expand Up @@ -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
~~~~~
Expand Down

0 comments on commit 280f427

Please sign in to comment.