diff --git a/CHANGELOG.rst b/CHANGELOG.rst index acdec5a..177ee3d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,17 @@ Releases ======== +3.8.2 (2022-07-05) +------------------ + +- Fixed `AsyncMock` support for Python 3.7+ in `mocker.async_stub` (`#302`_). + +.. _#302: https://github.com/pytest-dev/pytest-mock/pull/302 + 3.8.1 (2022-06-24) ------------------ -* Fix regression caused by an explicit ``mock`` dependency in the code (`#298`_). +* Fixed regression caused by an explicit ``mock`` dependency in the code (`#298`_). .. _#298: https://github.com/pytest-dev/pytest-mock/issues/298