From dfd834cf8f5fcd72266e87c1fdcf5d638dfb8fe4 Mon Sep 17 00:00:00 2001 From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com> Date: Tue, 15 Jun 2021 11:01:56 +0200 Subject: [PATCH] lyrics: update changelog --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 69e2f01a7..5ca9a8f9c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -380,7 +380,9 @@ Fixes: * Templates that use ``%ifdef`` now produce the expected behavior when used in conjunction with non-string fields from the :doc:`/plugins/types`. :bug:`3852` - +* :doc:`/plugins/lyrics`: Fix crashes when a website could not be retrieved, + affecting at least the Genius source + :bug:`3970` For plugin developers: