Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6.0 #344

Merged
merged 1 commit into from
Mar 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 10 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
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