Skip to content

Commit 069bba2

Browse files
committed
Release 3.8.2
1 parent 35e2dca commit 069bba2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Releases
22
========
33

4+
3.8.2 (2022-07-05)
5+
------------------
6+
7+
- Fixed `AsyncMock` support for Python 3.7+ in `mocker.async_stub` (`#302`_).
8+
9+
.. _#302: https://github.com/pytest-dev/pytest-mock/pull/302
10+
411
3.8.1 (2022-06-24)
512
------------------
613

7-
* Fix regression caused by an explicit ``mock`` dependency in the code (`#298`_).
14+
* Fixed regression caused by an explicit ``mock`` dependency in the code (`#298`_).
815

916
.. _#298: https://github.com/pytest-dev/pytest-mock/issues/298
1017

0 commit comments

Comments
 (0)