summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2010-07-29 20:51:24 -0400
committerGustavo Niemeyer <gustavo@niemeyer.net>2010-07-29 20:51:24 -0400
commitc073b8161478bd8068dbdc9780733104a5346bcb (patch)
tree92f6ce457038fb64f8644d037fb7c3c50dc0ceee /NEWS
parent3a1d9b8548f074c44c853e0ccaeb40edf83a7b0b (diff)
downloadmocker-c073b8161478bd8068dbdc9780733104a5346bcb.tar.gz
mocker.call() now supports a with_object argument. If True, the called
function will receive the patched or proxied object so that its state may be used or verified in checks.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b904592..c508df5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.1 (2010-XX-XX)
+================
+
+- mocker.call() now supports a with_object argument. If True, the called
+ function will receive the patched or proxied object so that its state
+ may be used or verified in checks.
+
+
1.0 (2010-06-20)
=================