Skip to content

Commit 4395c2b

Browse files
authored
Merge pull request #369 from pytest-dev/test-me-3.11.0-changelog
Add 3.11.0 manually to CHANGELOG
2 parents f8b85bf + f1f2c49 commit 4395c2b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Releases
44
3.11.1 (2023-06-15)
55
-------------------
66

7+
(This release source code is identical to ``3.11.0`` except a small internal fix to deployment/CI)
8+
9+
* Fixed introspection for failed ``assert_has_calls`` (`#365`_).
10+
11+
* Updated type annotations for ``mocker.patch`` and ``mocker.spy`` (`#364`_).
12+
13+
.. _#365: https://github.com/pytest-dev/pytest-mock/pull/365
14+
.. _#364: https://github.com/pytest-dev/pytest-mock/pull/364
15+
16+
3.11.0 (2023-06-15)
17+
-------------------
18+
719
* Fixed introspection for failed ``assert_has_calls`` (`#365`_).
820

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

0 commit comments

Comments
 (0)