summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-04-21 18:39:34 +0100
committerMichael Foord <michael@voidspace.org.uk>2012-04-21 18:39:34 +0100
commit7807e0cc076b35915d03fae1887bdd107cc37469 (patch)
tree4fef0768711ce2153279864f0beab2ce38f79812 /docs
parent72af501f32378e84af6f5407cab4a79d7ec453ac (diff)
downloadmock-7807e0cc076b35915d03fae1887bdd107cc37469.tar.gz
Support keyword only arguments in Python 3
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index ad16637..8c324c5 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -13,6 +13,7 @@ CHANGELOG
can't be fetched from the object's class. Contributed by Konstantine Rybnikov
* Any exceptions in an iterable `side_effect` will be raised instead of
returned
+* In Python 3, `create_autospec` now supports keyword only arguments
2012/03/25 Version 1.0.0 alpha 1