From 069bba2d7bc9f14d0653c17807987acf59a3958c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 5 Jul 2022 09:47:44 -0300 Subject: [PATCH] Release 3.8.2 --- CHANGELOG.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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