From 2cbec2d838bd594c8a3be5ba55c889af499b4139 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 26 Oct 2020 20:25:25 -0400 Subject: [PATCH] Changelog entry --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e65e6b1e9..49cf86330 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -266,6 +266,10 @@ Fixes: the current track in the queue. Thanks to :user:`aereaux`. :bug:`3722` +* String-typed fields are now normalized to string values, avoiding an + occasional crash when using both the :doc:`/plugins/fetchart` and the + :doc:`/plugins/discogs` together. + :bug:`3773` :bug:`3774` For plugin developers: