summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-03-25 02:01:45 +0100
committerMichael Foord <michael@voidspace.org.uk>2012-03-25 02:01:45 +0100
commit044b4079fe673e31a81ef9e18470bf30026f01cc (patch)
tree79195ae6dea2d8738a50bcf01256adcd129acad2
parent92949250a4dc7870607a078bd8d7ebf60dc7fb48 (diff)
downloadmock-044b4079fe673e31a81ef9e18470bf30026f01cc.tar.gz
CHANGELOG update
-rw-r--r--docs/changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 5d81145..8e12639 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -20,6 +20,8 @@ The standard library version!
methods (other than equality and inequality) now return `NotImplemented`
* Propagate traceback info to support subclassing of `_patch` by other
libraries
+* BUGFIX: using `spec=True` *and* `create=True` as arguments to patchers could
+ result in using `DEFAULT` as the spec. Now it is an error instead
2012/02/13 Version 0.8.0