From ce2299491d4d098ddbbceca5726123e56e84a5a9 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 15 Sep 2011 21:27:23 -0700 Subject: [PATCH] NEWS note on #229 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index f4bbee24f..5b4ee48c5 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,8 @@ * A new plugin, called "web", encapsulates a simple Web-based GUI for beets. The current iteration can browse the library and play music in browsers that support HTML5 Audio. +* When moving items that are part of an album, the album art implicitly + moves too. * Files are no longer silently overwritten when moving and copying files. * Handle exceptions thrown when running Mutagen. * Fix a missing __future__ import in embedart on Python 2.5.