Skip to content

Commit 922a295

Browse files
committed
fixes changelog, I think I got it
1 parent 014ebc9 commit 922a295

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ time or change existing behaviors in order to make them less surprising/more use
7171
Thanks `@milliams`_ for the complete PR (`#1428`_).
7272

7373
* New ``--doctest-report`` option available to change the output format of diffs
74-
when running (failing) doctests.
74+
when running (failing) doctests (implements `#1749`_).
75+
Thanks `@hartym`_ for the PR.
7576

7677
* New ``name`` argument to ``pytest.fixture`` decorator which allows a custom name
7778
for a fixture (to solve the funcarg-shadowing-fixture problem).
@@ -317,6 +318,7 @@ time or change existing behaviors in order to make them less surprising/more use
317318
.. _#1664: https://github.com/pytest-dev/pytest/pull/1664
318319
.. _#1684: https://github.com/pytest-dev/pytest/pull/1684
319320
.. _#1723: https://github.com/pytest-dev/pytest/pull/1723
321+
.. _#1749: https://github.com/pytest-dev/pytest/issues/1749
320322

321323
.. _@DRMacIver: https://github.com/DRMacIver
322324
.. _@RedBeardCode: https://github.com/RedBeardCode
@@ -331,6 +333,7 @@ time or change existing behaviors in order to make them less surprising/more use
331333
.. _@fengxx: https://github.com/fengxx
332334
.. _@flub: https://github.com/flub
333335
.. _@graingert: https://github.com/graingert
336+
.. _@hartym: https://github.com/hartym
334337
.. _@kalekundert: https://github.com/kalekundert
335338
.. _@kvas-it: https://github.com/kvas-it
336339
.. _@marscher: https://github.com/marscher

0 commit comments

Comments
 (0)