summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f7e0fd..bb679ed 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ IMPROVEMENTS
* Added ``testresources.FixtureResource`` to wrap ``fixtures.Fixture``
instances. (Robert Collins)
+* super() is now called from ResourcedTestCase fixing a long standing issue
+ with using it as a mix-in in Python 2.4 and above. (Tim Cole, #771505)
+
0.2.4
-----