From 3117cc0d318428b079c965d62319ed663236e9eb Mon Sep 17 00:00:00 2001 From: Andrew Simmons Date: Wed, 6 Jan 2021 10:52:18 -0500 Subject: [PATCH] Update changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ce445496e..dd8e08ca2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -293,6 +293,8 @@ Fixes: :bug:`2242` * :doc:`plugins/replaygain`: Disable parallel analysis on import by default. :bug:`3819` +* :doc:`/plugins/mpdstats`: Fix Python 2/3 compatibility + :bug:`3798` For plugin developers: