summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7cc912e..78ffccf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
-0.X.X (2007-11-XX)
+0.10 (2007-11-XX)
==================
+- Implemented MockerTestCase.addCleanup(). It allows one to
+ register cleanup functions to be called after the test is
+ complete.
+
- MockerTestCase now verifies if the mocker is put in replay
mode in cases where events were recorded.