From 1015eb134d97a4a29af7622782c936aa1cdba159 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 17 May 2012 10:09:17 -0700 Subject: [PATCH] changelog note about mpdupdate fix (GH-39) --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8e8db414f..0a0ccd76b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ Changelog action assigned. * New plugin event: ``library_opened`` is called when beets starts up and opens the library database. +* :doc:`/plugins/mpdupdate`: Fix TypeError crash (thanks to Philippe Mongeau). 1.0b14 (May 12, 2012) ---------------------