summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 00290c0..fa9a03d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Next
Improvements
------------
+* Python 3.5 added to the list of supported platforms. (Jonathan Lange)
+
* ``MatchesListwise`` has more informative error when lengths don't match.
(Jonathan Lange)
@@ -26,6 +28,8 @@ Changes
mismatches (e.g. ``Equals(2).match(3).expected``) is now deprecated.
(Jonathan Lange)
+* Last release of testtools to support Python 3.2. (Jonathan Lange)
+
1.8.1
~~~~~