summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-22 20:01:27 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-22 20:01:27 -0200
commit35d2aaafce5afc718e96cc78656201488c390725 (patch)
tree6848868ad0d36ad9b640afa361f362f24e1bb52a /NEWS
parent16f6a2b6573857c91d7f232c5fc3c26a1479e45b (diff)
downloadmocker-35d2aaafce5afc718e96cc78656201488c390725.tar.gz
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).
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)
==================