From 6667ca925d88e6dbba2355831e26cac108f8506f Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 11 Oct 2014 22:12:06 -0700 Subject: [PATCH] Changelog/thanks (fix #1004, #1008) --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3b46caeb7..7f539a2e9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,8 @@ Fixes: * The migration from pre-1.1, non-YAML configuration files has been removed. If you need to upgrade an old config file, use an older version of beets temporarily +* :doc:`/plugins/discogs`: Recover from HTTP errors when communicating with + the Discogs servers. Thanks to Dustin Rodriguez. 1.3.8 (September 17, 2014)