Merge pull request #7644 from bluetech/changelog-7631

Add changelog for PR #7631
This commit is contained in:
Ran Benita 2020-08-14 11:54:31 +03:00 committed by GitHub
commit 2c5403b951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.