summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-08-14 11:01:55 +0300
committerRan Benita <ran@unusedvar.com>2020-08-14 11:02:44 +0300
commit8056a677b4b3c04a9b48b012efc26ea5ab8286e6 (patch)
tree83bf5a5e81b4bd3711a5c1c957180f63d0fe7241 /changelog
parent10f98e1d2f132d6e5239da8158a2db15661b5258 (diff)
downloadpytest-8056a677b4b3c04a9b48b012efc26ea5ab8286e6.tar.gz
Add changelog for PR #7631
Diffstat (limited to 'changelog')
-rw-r--r--changelog/7631.trivial.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog/7631.trivial.rst b/changelog/7631.trivial.rst
new file mode 100644
index 000000000..81e1d71cc
--- /dev/null
+++ b/changelog/7631.trivial.rst
@@ -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.