From 109b547f7a85f5403a63d63d18d8bcb4ca815dc8 Mon Sep 17 00:00:00 2001 From: wordofglass Date: Mon, 21 Aug 2017 00:29:57 +0200 Subject: [PATCH] Changelog entry for the edit plugin bugfix --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 020626e4c..c04d7367f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,6 +24,9 @@ Fixes: :user:`anarcat`. :bug:`2634` :bug:`2632` * :doc:`/plugins/importfeeds`: Fix an error on Python 3 in certain configurations. Thanks to :user:`djl`. :bug:`2467` :bug:`2658` +* :doc: `/plugins/edit`: Fix a bug when editing items during a ``-L`` + re-import. Previously, diffs against against unrelated items could be + shown or beets could crash with a traceback. :bug:`2659` For developers: