summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d55e49c..1a45ebc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.9.2 (2007-11-22)
+==================
+
+- In recording mode, mock.__class__ will now return Mock, and not
+ record the action. This allows Mocker to be used in interactive
+ environments which inspect the result's type, such as in iPython
+ (reported by Alex Dante).
+
+
0.9.1 (2007-11-18)
==================