diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a19a692..4c0630a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +3.3.1 (2020-08-24) +------------------ + +* Improve typing for ``MockerFixture.patch`` (`#201`_). Thanks `@srittau`_ for the PR. + +.. _@srittau: https://github.com/srittau +.. _#201: https://github.com/pytest-dev/pytest-mock/pull/201 + + 3.3.0 (2020-08-21) ------------------