From 461f43077dab8b5607b36b0f90b77c1d1351165f Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 25 Mar 2013 12:36:41 -0700 Subject: [PATCH] changelog note for #234/#125 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9e270c21a..21449ae1b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,9 @@ Changelog * :doc:`/plugins/embedart`: The ``embedart`` command now embeds each album's associated art by default. The ``--file`` option invokes the old behavior, in which a specific image file is used. +* Avoid some error cases in the ``update`` command and the ``embedart`` and + ``mbsync`` plugins. Invalid or missing files now cause error logs instead of + crashing beets. Thanks to Lucas Duailibe. 1.1b3 (March 16, 2013) ----------------------