Skip to content

Commit 0f19294

Browse files
committed
Release 3.5.1
1 parent 379b623 commit 0f19294

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.5.1 (2021-01-10)
2+
------------------
3+
4+
* Use ``inspect.getattr_static`` instead of resorting to ``object.__getattribute__``
5+
magic. This should better comply with objects which implement a custom descriptor
6+
protocol. Thanks `@yesthesoup`_ for the PR (`#224`_).
7+
8+
.. _@yesthesoup: https://github.com/yesthesoup
9+
.. _#224: https://github.com/pytest-dev/pytest-mock/pull/224
10+
111
3.5.0 (2021-01-04)
212
------------------
313

0 commit comments

Comments
 (0)