Skip to content

Commit

Permalink
Add 3.11.0 manually to CHANGELOG
Browse files Browse the repository at this point in the history
Fix #368
  • Loading branch information
nicoddemus committed Jun 16, 2023
1 parent f8b85bf commit f1f2c49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Releases
3.11.1 (2023-06-15)
-------------------

(This release source code is identical to ``3.11.0`` except a small internal fix to deployment/CI)

* Fixed introspection for failed ``assert_has_calls`` (`#365`_).

* Updated type annotations for ``mocker.patch`` and ``mocker.spy`` (`#364`_).

.. _#365: https://github.com/pytest-dev/pytest-mock/pull/365
.. _#364: https://github.com/pytest-dev/pytest-mock/pull/364

3.11.0 (2023-06-15)
-------------------

* Fixed introspection for failed ``assert_has_calls`` (`#365`_).

* Updated type annotations for ``mocker.patch`` and ``mocker.spy`` (`#364`_).
Expand Down

0 comments on commit f1f2c49

Please sign in to comment.