Skip to content
Snippets Groups Projects
Commit ab1df11d authored by Michael Foord's avatar Michael Foord
Browse files

CHANGELOG update

parent cd46dd9e
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ mock 0.8.0 is the last version that will support Python 2.4.
* `create_autospec` on the return value of a mock class will use `__call__`
for the signature rather than `__init__`
* Minor performance improvement instantiating `MagicMock`
* Performance improvement instantiating `MagicMock`
* Mocks used as magic methods have the same type as their parent instead of
being hardcoded to `MagicMock`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment