Skip to content

Commit 9b6e106

Browse files
committed
Prepare changelog for 3.2.0
1 parent e6254ec commit 9b6e106

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.2.0 (2020-07-11)
2+
------------------
3+
4+
* `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.
5+
6+
Added by `@tirkarthi`_ in `#197`_.
7+
8+
.. _@tirkarthi: https://github.com/tirkarthi
9+
.. _#197: https://github.com/pytest-dev/pytest-mock/pull/197
10+
111
3.1.1 (2020-05-31)
212
------------------
313

0 commit comments

Comments
 (0)