Add changelog entry for issue #2879

This commit is contained in:
Samuel Dion-Girardeau 2017-10-28 15:07:26 -04:00
parent b27dde24d6
commit 8e28815d44
1 changed files with 1 additions and 0 deletions

1
changelog/2879.feature Normal file
View File

@ -0,0 +1 @@
Return stdout/stderr capture results as a ``namedtuple``, so ``out`` and ``err`` can be accessed by attribute.