summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-06-09 15:45:05 +0100
committerMichael Foord <michael@voidspace.org.uk>2012-06-09 15:45:05 +0100
commit2d05a53552df9ddc66807180f01ffc0ad4dda13f (patch)
tree9b8ccfe437fe5030de3538e5f5828b7dff14bb44 /docs
parentfb02acb15d2667242a35fecc79eaa17819f61c8a (diff)
downloadmock-2d05a53552df9ddc66807180f01ffc0ad4dda13f.tar.gz
MagicMock.reset_mock on an autospec created mock no longer crashes
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 59e3df3..cc990f2 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -7,6 +7,11 @@ CHANGELOG
2012/XX/XX Version 1.0.0 alpha 3
--------------------------------
+* BUGFIX: calling `MagicMock.reset_mock` wouldn't reset magic method mocks
+* BUGFIX: calling `reset_mock` on a `MagicMock` created with autospec could
+ raise an exception
+
+
2012/05/04 Version 1.0.0 alpha 2
--------------------------------