Skip to content

Commit 766cccf

Browse files
authored
Merge pull request #225 from nicoddemus/release-3.5.1
Release 3.5.1
2 parents 379b623 + 0f19294 commit 766cccf

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)