Skip to content

Commit

Permalink
Release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Jul 5, 2022
1 parent 35e2dca commit 069bba2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 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

Expand Down

0 comments on commit 069bba2

Please sign in to comment.