From e08f28d8656e01552e05bcf222834982dd8d0665 Mon Sep 17 00:00:00 2001 From: "nath@dp7510" Date: Mon, 2 Oct 2017 09:15:25 +0200 Subject: [PATCH] Changelog for #2702 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 860f58256..19789b957 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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.