From c89186afacff0f34d7d5f8ca7cd83575e0d4f6cd Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 20 Aug 2017 12:52:54 -0400 Subject: [PATCH] Changelog for #2467/#2658 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f3e673497..020626e4c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -22,6 +22,8 @@ Fixes: * :doc:`/plugins/lyrics`: The MusixMatch backend now detect and warns the user when blocked on the server. Thanks to :user:`anarcat`. :bug:`2634` :bug:`2632` +* :doc:`/plugins/importfeeds`: Fix an error on Python 3 in certain + configurations. Thanks to :user:`djl`. :bug:`2467` :bug:`2658` For developers: