From f835cca2357c1b76cf623c0ec7da52a9f87695ff Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 15 Jul 2019 09:51:18 -0400 Subject: [PATCH] Expand changelog for #3329 --- docs/changelog.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e0e19101b..aa544bcac 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: