Add changelog for PR #7631

This commit is contained in:
Ran Benita 2020-08-14 11:01:55 +03:00
parent 10f98e1d2f
commit 8056a677b4
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
The result type of :meth:`capfd.readouterr() <_pytest.capture.CaptureFixture.readouterr>` (and similar) is no longer a namedtuple,
but should behave like one in all respects. This was done for technical reasons.