mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Expand changelog for #3329
This commit is contained in:
parent
cf3c1b9386
commit
f835cca235
1 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue