Skip to content

Commit

Permalink
Prepare changelog for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 11, 2020
1 parent e6254ec commit 9b6e106
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
@@ -1,3 +1,13 @@
3.2.0 (2020-07-11)
------------------

* `AsyncMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.AsyncMock>`__ is now exposed in ``mocker`` and supports provides assertion introspection similar to ``Mock`` objects.

Added by `@tirkarthi`_ in `#197`_.

.. _@tirkarthi: https://github.com/tirkarthi
.. _#197: https://github.com/pytest-dev/pytest-mock/pull/197

3.1.1 (2020-05-31)
------------------

Expand Down

0 comments on commit 9b6e106

Please sign in to comment.