Expand changelog for #3329

This commit is contained in:
Adrian Sampson 2019-07-15 09:51:18 -04:00
parent cf3c1b9386
commit f835cca235

View file

@ -74,9 +74,12 @@ For plugin developers:
is almost identical apart from the name change. Again, we'll re-export at the
old location (with a deprecation warning) for backwards compatibility, but
might stop doing this in a future release.
* ``beets.util.command_output`` now returns a named tuple of stdout and stderr
instead of only returning stdout. stdout can be accessed as a simple
attribute.
* ``beets.util.command_output`` now returns a named tuple containing both the
standard output and the standard error data instead of just stdout alone.
Client code will need to access the ``stdout`` attribute on the return
value.
Thanks to :user:`zsinskri`.
:bug:`3329`
For packagers: