summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2023-03-14 10:49:40 +0000
committerColin Watson <cjwatson@canonical.com>2023-03-14 10:49:40 +0000
commit2186ed8cbe3e3a41d5323a42ab7142783486b4ce (patch)
tree9390dbc33a615782868d8efd0a2d0af39f49a8af
parent3eda708b8a94192c34291cbc728ea9c01ed825b1 (diff)
downloadtesttools-2186ed8cbe3e3a41d5323a42ab7142783486b4ce.tar.gz
Add a few missing entries to NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9fe6351..93d090a 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
~~~~~