summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-11-22 20:42:32 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-11-22 20:42:32 -0200
commit27c56938c0721b02b4d5e68370cd25dc0dab4e12 (patch)
tree415c678669cf1c91b608710deee09f7ff16fe6d7 /NEWS
parent35d2aaafce5afc718e96cc78656201488c390725 (diff)
downloadmocker-27c56938c0721b02b4d5e68370cd25dc0dab4e12.tar.gz
Now Mocker.mock()/proxy()/replace() accept a 'count' keyword
parameter, which if set to False, the default behavior of allowing expressions just once is disabled.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a45ebc..6ba674c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@
environments which inspect the result's type, such as in iPython
(reported by Alex Dante).
+- Now Mocker.mock()/proxy()/replace() accept a 'count' keyword
+ parameter, which if set to False, the default behavior of allowing
+ expressions just once is disabled.
+
0.9.1 (2007-11-18)
==================