From fbf40c6f62e314e2834681195645b4156f26f5fb Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 23 Apr 2015 15:12:15 -0700 Subject: [PATCH] Slightly expand changelog for #1436 --- docs/changelog.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e7251f1c8..4032d6155 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,9 +6,10 @@ Changelog Fixes: -* Importing with ``embedart`` plugin enabled now checks config option - ``write`` under ``import`` to determine whether to write tags and - art to music files. :bug:`1427` +* :doc:`/plugins/embedart`: In ``auto`` mode (the import hook), the plugin now + respects the ``write`` config option under ``import``. If this is disabled, + album art is no longer embedded on import in order to leave files + untouched---in effect, ``auto`` is implicitly disabled. :bug:`1427` 1.3.12 (April 18, 2015)