Changelog for #2702

This commit is contained in:
nath@dp7510 2017-10-02 09:15:25 +02:00
parent a1f1e35ba4
commit e08f28d865

View file

@ -20,6 +20,10 @@ New features:
Fixes:
* :doc:`/plugins/play`: When ``relative_to`` is set, correctly emit relative paths
even when querying for albums rather than tracks.
Thanks to :user:`j000`.
:bug:`2702`
* Prevent Python from warning about a ``BrokenPipeError`` being ignored even
though we do take it into account. This was an issue when using beets in
simple shell scripts.