From 49ae56e45587fdb907a61949ca02f6b88352460a Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 11 Dec 2012 13:53:02 -0800 Subject: [PATCH] embedart: changelog for GC-468 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b5cbe913e..57974231b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -61,6 +61,10 @@ Changelog * :doc:`/plugins/mbcollection`: Fix an error when submitting a large number of releases (we now submit only 200 releases at a time instead of 350). Thanks to Jonathan Towne. +* :doc:`/plugins/embedart`: Made the method for embedding art into FLAC files + `standard + `_-compliant. + Thanks to Daniele Sluijters. * Add the track mapping dictionary to the ``album_distance`` plugin function. * When an exception is raised while reading a file, the path of the file in question is now logged (thanks to Mike Kazantsev).