Skip to content

Commit 21230aa

Browse files
committed
Add CHANGELOG entry
1 parent eb08135 commit 21230aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
deprecated but still present. Thanks to `@RedBeardCode`_ and `@tomviner`_
3636
for PR (`#1626`_).
3737

38+
* Refined logic for determining the ``rootdir``, considering only valid
39+
paths which fixes a number of issues: `#1594`_, `#1435`_ and `#1471`_.
40+
Thanks to `@blueyed`_ and `@davehunt`_ for the PR.
41+
3842
* Always include full assertion explanation. The previous behaviour was hiding
3943
sub-expressions that happened to be False, assuming this was redundant information.
4044
Thanks `@bagerard`_ for reporting (`#1503`_). Thanks to `@davehunt`_ and
@@ -70,11 +74,14 @@
7074
*
7175

7276
.. _#1210: https://github.com/pytest-dev/pytest/issues/1210
77+
.. _#1435: https://github.com/pytest-dev/pytest/issues/1435
78+
.. _#1471: https://github.com/pytest-dev/pytest/issues/1471
7379
.. _#1479: https://github.com/pytest-dev/pytest/issues/1479
7480
.. _#1503: https://github.com/pytest-dev/pytest/issues/1503
7581
.. _#1553: https://github.com/pytest-dev/pytest/issues/1553
7682
.. _#1579: https://github.com/pytest-dev/pytest/issues/1579
7783
.. _#1580: https://github.com/pytest-dev/pytest/pull/1580
84+
.. _#1594: https://github.com/pytest-dev/pytest/issues/1594
7885
.. _#1597: https://github.com/pytest-dev/pytest/pull/1597
7986
.. _#1605: https://github.com/pytest-dev/pytest/issues/1605
8087
.. _#1626: https://github.com/pytest-dev/pytest/pull/1626

0 commit comments

Comments
 (0)