From 2186ed8cbe3e3a41d5323a42ab7142783486b4ce Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 14 Mar 2023 10:49:40 +0000 Subject: [PATCH] Add a few missing entries to NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 9fe6351c..93d090a7 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,13 @@ Improvements * Provide a ``testtools[twisted]`` extra documenting dependencies needed for ``testtools.twistedsupport``. +* Make ``TestCase`` hashable. + +* Prevent ``AttributeError`` in ``TestCase.__eq__`` for objects lacking a + ``__dict__`` attribute. + +* Replace deprecated ``cgi`` module usage with ``email``. + 2.5.0 ~~~~~